Memory Pool Memory Pool Refreshing

9,816 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (152,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,204 755,204 000000000000000000000cfa32d7591b480d10c2cebad53e305b5a49e5a43389 0.22 MB 423 4
755,203 755,203 0000000000000000000093c9ea9db8e7a47943e3f52864b393d536fd241e80c6 1.48 MB 3,355 14
755,202 755,202 0000000000000000000480fbd5f7b63851c0f2888554620528564c407f933b5a 0.93 MB 1,667 13
755,201 755,201 00000000000000000004f50dabff6b2d0f8216abfd3855f252a8e5fefdc44019 1.02 MB 1,081 11
755,200 755,200 000000000000000000023aca42926fa9a17282df202d7e61d557389fec57f115 0.95 MB 1,204 8
755,199 755,199 0000000000000000000733d347d7c09dd9744761898fe4291f065103022a0e35 1.41 MB 2,385 11
755,198 755,198 00000000000000000002a4b93748460283e00f2e3ea8ba467b62bd2ace0d4542 1.05 MB 1,658 9
755,197 755,197 00000000000000000005d948ce6304efef5f54c11ae1451db3171f200b02c280 0.01 MB 25 9
755,196 755,196 00000000000000000002399754c031cb58d0a6f096bbaaeb4756adeeabc6512d 1.47 MB 2,632 9
755,195 755,195 000000000000000000076c9d8ee843e2c817e3a895a9b5ce0c7758bb3570e80e 0.18 MB 282 10
755,194 755,194 00000000000000000001f08a94447ccf08e3703b4c8b586be71d29e9b03ccad1 1.25 MB 1,717 8
755,193 755,193 000000000000000000019b2df096838406ec0ea798a042a17cabdeaa37e825df 1.31 MB 1,269 7
755,192 755,192 00000000000000000007f9d9ee323a9a02a7e2c261d738a89d0e293b0648aa0b 0.99 MB 491 4
755,191 755,191 000000000000000000023401d945cee2ceff38ed4b880e0e3216df761fbf43c4 2.08 MB 601 2
755,190 755,190 00000000000000000007ba31cd1b5da67d0ed2af18fbb4da471e4dc64c77ae82 1.52 MB 2,530 6
755,189 755,189 000000000000000000005fa940d5ccb5c6bfc099fa20c2da269c817ab8d1deed 1.55 MB 3,173 17
755,188 755,188 00000000000000000000ca36c248ae7cdbf34b70fe2b735c26c63964b81edd5e 0.54 MB 357 7
755,187 755,187 000000000000000000019e6709d5cc524bfdab4a895d27bc6846c119b4980b35 1.09 MB 1,338 9
755,186 755,186 000000000000000000012f747efb6e0453b31a38a05a32d318236c2c1139a82d 0.98 MB 1,734 11
755,185 755,185 00000000000000000003d8e54b75ed9b6029ab0d1f0adae3695ce38541a9160c 1.31 MB 2,379 11
755,184 755,184 00000000000000000002ca8486171cb9c2b0969cacb7d9e59dcd2cfdbac1c45f 0.43 MB 908 10
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.