Memory Pool Memory Pool Refreshing

2,543 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,517 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,229 907,229 0000000000000000000151cecf1caccfdf1446a03a3dee9a00190e84bbdcb2f2 1.70 MB 5,049 1
907,228 907,228 00000000000000000001434579b1044e516832a3de74a7e791e0c499c7d09919 1.60 MB 4,684 2
907,227 907,227 00000000000000000000f03e484ef1ea78ece74f703fda501cef67447fd68949 1.51 MB 4,541 3
907,226 907,226 000000000000000000013c7dea3e939ab1e67c7ec7e15e8a677f1acf6e4adabf 1.93 MB 3,887 1
907,225 907,225 0000000000000000000180177d56f748b43eaf879a69250128180b47b2a51cb0 1.66 MB 3,808 3
907,224 907,224 0000000000000000000160234e4e9ad2c4311bb85e7c7061f4632bc522279dba 1.84 MB 4,677 1
907,223 907,223 00000000000000000001617b4e601e2c0f56327a0cad5ca9783020c4005757ce 1.77 MB 4,671 1
907,222 907,222 00000000000000000001b792e6eecd83f75ef9a80f61e83153e2ee19eea24004 1.76 MB 4,313 2
907,221 907,221 0000000000000000000151bb9336aad870d8ec9dd7662a63e82778e94897d765 1.49 MB 2,683 5
907,220 907,220 00000000000000000000b9ca710a2d6c958492c78c4592a7190a5811d92a7718 1.76 MB 4,226 2
907,219 907,219 00000000000000000001f54e4bd20aa7271f389e4f2f28aa5b631e737ea91c0e 1.66 MB 3,442 3
907,218 907,218 00000000000000000000320ad7ef961830c6c12c8dfcef824bf50b0f7eabb521 1.85 MB 4,346 1
907,217 907,217 00000000000000000001bc0f94834c5231e0fc6ee0f8530eafc112b7051c7f72 1.76 MB 4,869 1
907,216 907,216 000000000000000000002cd9b9d87e0f952445cb6a85833f9200a29012b13a28 1.70 MB 4,384 2
907,215 907,215 00000000000000000001dbc6fb03e922ad59646f859fbcb4cb6663b94474116b 1.57 MB 3,863 3
907,214 907,214 00000000000000000001b817da306ae133f9a76dd7ca3fcff96f9c3f17638373 1.66 MB 3,404 2
907,213 907,213 0000000000000000000161ec7ca3d8c99f97297d9d0b11f5bdb8b19c46d3b345 1.51 MB 3,240 2
907,212 907,212 00000000000000000000754a5a8b23924b1d7e9d86ad08212382b9b2d96a2a9d 1.52 MB 3,293 6
907,211 907,211 00000000000000000001f63c070dc161235564b53af28392d7d0b19f4ce67487 1.65 MB 3,780 3
907,210 907,210 00000000000000000001b41a61132d0ea5707067e0cb5ce6a6cb899e13256c7a 1.68 MB 3,544 3
907,209 907,209 0000000000000000000069fcdb9852550a9b9ddea5e6b022642d79a44febd7e4 1.45 MB 2,320 5
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.