Memory Pool Memory Pool Refreshing

16,637 transactions
5.56 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,979 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (742,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,177 165,177 0000000000000c888507bfbdcd15194dce9417f17a27dccabab920218debe6d0 0.03 MB 77 84
165,176 165,176 0000000000000389a6ea8d279d0695850f1134a420f310de0e16cf70e2225696 0.01 MB 13 61
165,175 165,175 0000000000000c2570103476fe30a827cc405923dcc461e8408e80cc3636b94a 0.00 MB 12 51
165,174 165,174 000000000000013e5f355ee51e98446b1663fb8b47ffcef3285b029d7f1d71f9 0.01 MB 23 203
165,173 165,173 00000000000007bf989ae63fdaadc8d3e067dc7bbcc2e9fe8aacc1ef8a7c4b91 0.02 MB 38 38
165,172 165,172 00000000000003bbaa31fd563728b78c475242ff9621b27913262fc701ddb7fb 0.01 MB 23 63
165,171 165,171 00000000000003857187e721859fbdce13ee982276456b6d14e0fe4b4f9498a0 0.03 MB 60 121
165,170 165,170 00000000000009feef0131932185bc9cb2f7eea44c4b3264da03a3792835d370 0.03 MB 60 393
165,169 165,169 00000000000002c49495e8e25c8215c1c79c3f53d1aba8e30db746171f34c087 0.04 MB 127 184
165,168 165,168 0000000000000701aa790387758262445fe48be66da1bb0664639e73a12ea221 0.02 MB 61 118
165,167 165,167 00000000000008d47ad49149bd2554df6ebee3cb931e2295ecf13c4962b867e3 0.00 MB 13 151
165,166 165,166 0000000000000325d4841e4a147ef4c8f98a3e04128c4097708a80f18e3eb7f4 0.00 MB 5 0
165,165 165,165 00000000000004ee24096088f60cda2ad4c8cd56cb8aa0b15873223af4b72073 0.01 MB 23 735
165,164 165,164 00000000000001ec9a07a58e64c4fbfac78f7b3b6b585db32a052a7c5d71a1da 0.02 MB 37 46
165,163 165,163 00000000000006f5a0cc1c2f6fa3fdc2f561e125c28115c4d6e48e28fb418bf0 0.02 MB 23 61
165,162 165,162 00000000000009dc2ceacdd878f64f6eca0b87dfb881fe89720781c2f9c43502 0.01 MB 10 208
165,161 165,161 00000000000009128ecdd3dadac8171ac060af7db66de94d8ad4f1ad042016a3 0.00 MB 11 32
165,160 165,160 0000000000000b7a2c81094d9c16751096f288a873231439b84414f0f16dabc0 0.02 MB 40 100
165,159 165,159 0000000000000521e49ea6786bf1b9cf51a6c3933428a2911f004064a2ba132a 0.01 MB 13 92
165,158 165,158 000000000000047552c6f224f3d3b8cde1ac992c94010acb709f4d58892936e3 0.00 MB 8 0
165,157 165,157 000000000000017248b9e5c2b7ab06193efcae6ba5e316b2b8cc5ed8706d5215 0.04 MB 111 28
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.62 GB sent, 93.00 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.