Memory Pool Memory Pool Refreshing

3,187 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (721,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,349 186,349 000000000000036e706ed629872614204c802db37bf2bfb74fb1b0686d0217b2 0.03 MB 90 142
186,348 186,348 000000000000052900cd173cb19cdc5f15b99adbae265649eadcbda048f9a2a8 0.02 MB 76 50
186,347 186,347 00000000000007f0983e34eb5742fa38c8f79a9562fbf91b2ca02526efe555ae 0.01 MB 23 126
186,346 186,346 00000000000001d5619e8499e29a95a640b92d63676815651f1b6bbf7cb40c12 0.13 MB 293 116
186,345 186,345 00000000000003305b2471fb6707a457ea8d3b2f870edb67f5f7cdd69a5456b5 0.03 MB 82 154
186,344 186,344 00000000000000abd745aba8bf4a8a7feb6cffa097c5690f3c5f2e15a56495b2 0.25 MB 537 126
186,343 186,343 00000000000000a1034ebce906e430ae7c001d1032ebd2b8c5e7b31aa6a2a4cc 0.00 MB 9 0
186,342 186,342 000000000000060c21c6369b238cb056922eda72fc57bca97cbcb448c9dc0977 0.01 MB 23 138
186,341 186,341 00000000000008047fc91660c90d9618050291e8acdd0fc4c8fefe43f2aa1079 0.09 MB 192 99
186,340 186,340 000000000000040a40145fc97c170ac965667a751c575f412c21925c6cd488ad 0.01 MB 15 1,181
186,339 186,339 000000000000067379e8df2fa4ba84369facebcd21d08ce3b4d7be9d85f1b5b7 0.05 MB 164 3
186,338 186,338 00000000000004d9c039a1df0530d5d98c2b2af92615779967055da3874a4adb 0.03 MB 101 34
186,337 186,337 000000000000044b97e12aed9346bad2f6a05c012531fc611e1743ce234364b0 0.24 MB 643 140
186,336 186,336 0000000000000905cac298185c1293b94d4565e80a3c56668b52b2f15820b176 0.25 MB 644 135
186,335 186,335 000000000000095471cfabe0df2d19293343aba983b27695634d35f43233d8f2 0.25 MB 543 146
186,334 186,334 00000000000006e5cd708f7d0825b9c6b2746f36fc9045c4c0025c839a28cfc1 0.05 MB 141 52
186,333 186,333 00000000000003ef098c5c85ff9ae0f9b445ee87c439393b5f5d884940fb58b6 0.10 MB 256 128
186,332 186,332 000000000000057b34e0b949f35cea585f153f4553e503ca892d446505babc0e 0.06 MB 147 1,898
186,331 186,331 000000000000008817b7fca7dd9ac3a5eaf4f813a1f21ab51639dfe64734b8de 0.11 MB 256 149
186,330 186,330 000000000000073b413de426d9a8aedec1bdfe9152097d5ec36b27edf8e1488c 0.07 MB 113 114
186,329 186,329 000000000000010619ff397fce285e198143564648c98850d3825d4aaec2e245 0.00 MB 7 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.