Memory Pool Memory Pool Refreshing

9,633 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,649 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,648 (706,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,333 201,333 00000000000000fafea79a4e43c8a562d836b1d068bfc503c3e86d58745f823d 0.13 MB 298 128
201,332 201,332 0000000000000306002d59f4a5528abfa9452e8bdfc8dce67d1ce4e2c5a591be 0.16 MB 272 99
201,331 201,331 00000000000001a70bb8802036445316564ac9094f08a5b203894f8d0f619c69 0.06 MB 137 151
201,330 201,330 0000000000000402202a297704fa48e11f8c117a43f17a572bb69dd8d0a35c83 0.07 MB 105 77
201,329 201,329 00000000000003eed4d3f3ce21126b2c14c43777989ef8cbbd75c6678cec1478 0.06 MB 147 144
201,328 201,328 00000000000003b8d3b01e69c3d7ce82aa42e65aa800e531cec7dba23cbcdbb5 0.14 MB 298 149
201,327 201,327 0000000000000098d2f65a107dd343e1fe3c8001f46ea8ad18f8655574ca18df 0.23 MB 565 149
201,326 201,326 000000000000002663f88e6e50af115295f0ceaf42c0bf7d977ed280a68520e4 0.00 MB 12 618
201,325 201,325 00000000000001d613633f590d72a7b04be4419dd75e93f2bb8d3ab4ce6facd3 0.06 MB 137 143
201,324 201,324 00000000000001765af9ae06fbc8c7235522e8017a6b240e16bd73192ec4e7ba 0.04 MB 127 12
201,323 201,323 00000000000000e947dcb812116e892d4d034853065dfa96344dd5f601d3cfb3 0.10 MB 202 98
201,322 201,322 00000000000004b8f083ab54e52ddfdb3242cdbed50be983180ba417b74b335b 0.28 MB 667 162
201,321 201,321 00000000000002783864c2e3aac5f175e745941d4434247d2aeb3d615186ea5c 0.01 MB 32 0
201,320 201,320 0000000000000293dbe5476ad6b28e97007d3b63ecbae314180b992dcf2d1097 0.12 MB 301 137
201,319 201,319 00000000000002ba283417949bbde44de53b1a6d96ea5eddab5060915e447c0c 0.04 MB 109 156
201,318 201,318 00000000000001e9f51811c71005f804dc53e841353906b88995ffb8d97156ed 0.01 MB 23 232
201,317 201,317 00000000000000e95d47a0c1d2cc97a3ad8dfcde3ef69e1165e2af779596d0e2 0.02 MB 30 120
201,316 201,316 00000000000004c2b0d0d567f62fd85b40890947aaccc50107139a1f7ff3405f 0.03 MB 38 66
201,315 201,315 000000000000008b2de95e9b50416cf37c5a6d67a2b912ce9ee2a1aad78dc320 0.16 MB 308 58
201,314 201,314 000000000000058ec66d3a87c6de57e396d6d0eeddd0960c5b45d8fd65463485 0.12 MB 324 136
201,313 201,313 0000000000000048055647460ecaea57ceac4c8ec09fcd002f62a134103e2368 0.25 MB 477 130
Previous 10 blocks ↓
Total Size: 768.89 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,590.20 GB sent, 92.18 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.