Memory Pool Memory Pool Refreshing

10,381 transactions
3.28 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,252 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (34,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,259 873,259 0000000000000000000172ed22d93435c29b6f3e2af4a14f46823988ca679bde 1.51 MB 5,122 10
873,258 873,258 0000000000000000000283525e9b52f6d9f82ccf3591dadea413eb56ad7a7fb7 1.50 MB 5,812 11
873,257 873,257 0000000000000000000254c5a5f60883308be4bf1c75a2350048f9fbee0c4a88 1.51 MB 6,237 13
873,256 873,256 00000000000000000001539fb0e2bdf36cdc0dead8055d3dfb9aaeb6a4420a75 1.50 MB 6,516 15
873,255 873,255 0000000000000000000219868971214e413a2139b49ca03cfdcbe03251df07b3 1.48 MB 6,622 21
873,254 873,254 00000000000000000001ad8249d7cabc4e5c5bc0bab24d23cee85945462e2e71 1.47 MB 3,041 7
873,253 873,253 000000000000000000019913cd6c8dc8e4c50613a2a92844beda57de59322199 1.18 MB 1,177 4
873,252 873,252 00000000000000000001d26e947dc69f81659c27c01e545512df9ee0ca66aefc 1.14 MB 761 4
873,251 873,251 0000000000000000000174b16f6fa446a9f493bb9cfcaf79f50039bc3a752311 1.85 MB 2,409 5
873,250 873,250 0000000000000000000084d15bd8a3f158548ff953eb0a90e42066a8d84501fa 1.42 MB 2,348 6
873,249 873,249 00000000000000000001deca06889e6594af1dac4fec06aae345e212c1c844c0 1.59 MB 3,323 11
873,248 873,248 00000000000000000001540a860c32661b379ec5abada2c22e18c05a4d2df7e9 1.35 MB 1,750 7
873,247 873,247 000000000000000000022a7c03ad692fcab6fab5c8d5a146b2a44cdbb0205cf6 1.40 MB 2,042 6
873,246 873,246 00000000000000000001b588c13114b4959a99c5a448ddb32e709e9ab7efba26 1.66 MB 3,799 9
873,245 873,245 000000000000000000028cb2467dddb26a304401f799c7120a5f5e31bad136d4 1.59 MB 2,665 9
873,244 873,244 000000000000000000019d3a95e0da080ec5d3eef7c438f71d7428ccd5a80017 1.66 MB 1,556 11
873,243 873,243 000000000000000000010916681a0a5ae0f983b0cb95f198463c2928066ebb33 1.59 MB 3,565 9
873,242 873,242 000000000000000000016b1fc424570b8619fc064f351d690622711784c9e4a5 1.59 MB 3,388 12
873,241 873,241 0000000000000000000101478cbacc9af20e5c953fb0e53b13f95378b9bd8f50 1.54 MB 3,525 15
873,240 873,240 000000000000000000024ac64a90061b258ba6df76c35615efa585b52924d14e 1.50 MB 2,477 8
873,239 873,239 00000000000000000001514d7b9383329c39b27cc78e64d89634e3a24fa493e8 1.53 MB 2,713 6
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.