Memory Pool Memory Pool Refreshing

5,202 transactions
15.18 vMB
Show Random Selection Loading Transactions
Max Size: 64/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,941 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (798,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,525 109,525 0000000000000880ed924b74c85a9560c7da8ba54dbf3c06c287f7acbd09d85e 0.00 MB 13 0
109,524 109,524 0000000000015c759ac8fb5b3d1222eedd5be65c43fd4f34d7ac6f32721df809 0.00 MB 11 333
109,523 109,523 00000000000134aef37df055d114af1f3b28b4c649de9b99e49d2de5d464b715 0.01 MB 9 0
109,522 109,522 00000000000127180450c558e4c9e1fb0453cb8ee6d1f9ec28aa45c3e172d4ef 0.00 MB 7 0
109,521 109,521 00000000000060a4e3c0b1b2e71ec70b97091f8062d71aab12ba6aa7eef82e9a 0.00 MB 9 0
109,520 109,520 0000000000019790adca51de9d3f9c6d4f325e8ba1191357551ebcf42466af3c 0.00 MB 13 0
109,519 109,519 0000000000007ebb762a353ead87e25525fe51a6df52c240c14146784721ff67 0.00 MB 2 0
109,518 109,518 000000000000a8fd0a2541b57953885f6b25b8573bfcdc186ef0373f4dcc1941 0.00 MB 8 0
109,517 109,517 00000000000084c74848b7ca282bf29cef9cae31a44ca296d0ba1dc229005739 0.00 MB 5 0
109,516 109,516 00000000000196b56e62e0c1332436bc6a291bf3a2da8c9ecdcca999a0568ea3 0.00 MB 4 0
109,515 109,515 0000000000007d7706b73e79ab7b172a74ae3618eb4cfc7893e462bedf9560d0 0.00 MB 1 0
109,514 109,514 0000000000016e1048c4a88fdb4e9264f94a2ccaba814231996e18b024b15675 0.00 MB 4 0
109,513 109,513 000000000000eb6ed49596a5e5dea0cfcbb5b75b915a09b18dd6cc96e6b6f67c 0.00 MB 3 0
109,512 109,512 0000000000001f4b86cd6dd1340f953cd283eaf8957d6650c05470115be80b0b 0.00 MB 1 0
109,511 109,511 00000000000087af60c75fff393c61634d4760fcde0f3bc9f4d03c44c2d7c2fa 0.00 MB 10 0
109,510 109,510 000000000000ad62651f9735fbe2f13a9a676c793079e633be758ade957e1f92 0.00 MB 1 0
109,509 109,509 0000000000015a44f80df565c3b9f2cf2ad1d619efe8d2abb1557cadd78226ec 0.00 MB 2 0
109,508 109,508 00000000000130d62ff06833bd8a40b8ed7bf883bcb7393250f38b4288cb30b3 0.01 MB 32 121
109,507 109,507 000000000001c618921993e82dc3a9966eb9373b31dda7929c17923a28dc3d2f 0.00 MB 12 0
109,506 109,506 000000000000441348e34bc37bd9b9a5c3ed13d048873e0475d92da5a1968760 0.00 MB 11 0
109,505 109,505 0000000000001aecec679858c2ee17fdb71dfa31652b11634c80d3d4aa92d000 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.18 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.18 GB sent, 98.47 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.