Memory Pool Memory Pool Refreshing

3,240 transactions
14.75 vMB
Show Random Selection Loading Transactions
Max Size: 61/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (894,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,170 14,170 00000000a4a6975de1c250938d02d4a38383b91ab8f8e49f9abc2a90548d1ea8 0.00 MB 1 0
14,169 14,169 00000000e5ae8c19fd5586bb32b7efac2e79d2bcb21e5fc584db530666c12630 0.00 MB 1 0
14,168 14,168 00000000dfc78765030865c8a7a497726e6493798735729d6ca913b0ab5b2e0a 0.00 MB 1 0
14,167 14,167 00000000522ecebec932313c0179e87de63eb8eb2b78793284f2044217ed2b71 0.00 MB 1 0
14,166 14,166 00000000a31fd8619a6e635c49067b9dcff1397625fa0d3db2a09bf6fff4bed0 0.00 MB 1 0
14,165 14,165 00000000116f836330fcb6d56fc4a7a36d6a022e9022e40179abf9fd673e781b 0.00 MB 1 0
14,164 14,164 00000000b75fa0d7af690b308640f4efdf03160a7241b7b496725257d7debbaa 0.00 MB 1 0
14,163 14,163 00000000cb7e62116857a5157bea6c9850d8d4a469e6e562dfb6d963c545b1f4 0.00 MB 1 0
14,162 14,162 000000009d1841ab8b0e04755de9529d79a31d6bbe135883d2c510c223898eab 0.00 MB 1 0
14,161 14,161 000000000989e051fc8b0e5eb9163c4b4f6688092e3bc90261783e0206c28f00 0.00 MB 1 0
14,160 14,160 00000000f1c17fd561d738609222f427a893bb6e1f7398b3c6e4902aa5836b98 0.00 MB 1 0
14,159 14,159 0000000060d8bb418f7b90c5ece76338b00d572f837d900d33d871ec271580f6 0.00 MB 1 0
14,158 14,158 00000000322bb163f6daebaf4947c382712e6362131c73d16a501b60cb1a3d5f 0.00 MB 1 0
14,157 14,157 00000000b9133ee25eb6f57705b7f9a66a6659043fb5083f0977bbec62492600 0.00 MB 1 0
14,156 14,156 00000000db4dc820c35a4510c1e10d0f8c7f34c493e0e43fc47f86287cd29155 0.00 MB 1 0
14,155 14,155 00000000dbb721488654f146f27d79487b5b02989cd8f27bc228ce57044cf2f3 0.00 MB 1 0
14,154 14,154 00000000c349467313cc01cfcd1cc55db60642e217e5a1e79f3d756ef9e23c1f 0.00 MB 1 0
14,153 14,153 00000000d6ae84db611d512276682e60f8137f46f1af7e1272381843645cae06 0.00 MB 1 0
14,152 14,152 0000000011be44bc9d3bd23a7d0d7b978e0c01c079b035f239b6e358fec15206 0.00 MB 1 0
14,151 14,151 00000000e8ab3e64561a9ab7e390722c6b4e3b68c50e3757d4a32fbad4fd2503 0.00 MB 1 0
14,150 14,150 0000000068bb65de064ce3c9f3530ec8d4811c944fcafcc34afdfeed1c6a6fc3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.34 GB sent, 98.49 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.