Memory Pool Memory Pool Refreshing

10,539 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (37,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,343 870,343 0000000000000000000149ec52556d319b443881ff46ae0c4adcdd5bb091b9ac 1.55 MB 3,568 15
870,342 870,342 000000000000000000023f7ac6788041d88581d1596dc86c53366a624ceccc92 1.60 MB 2,906 15
870,341 870,341 00000000000000000002a44f640d6879a65f376e5de9b90613129dc7bca3184e 1.56 MB 2,834 13
870,340 870,340 0000000000000000000184a4951dd24b1cc420541b2c74b9d5790330d3121311 1.49 MB 2,782 14
870,339 870,339 00000000000000000000e2ee3537d09406b2efeaef79f9c442fbf24bba84667c 1.62 MB 1,872 13
870,338 870,338 000000000000000000025f2a8ecc19b1398d7ecf482355cb88c823c7c0efa9a3 1.56 MB 3,423 19
870,337 870,337 00000000000000000000f792157ec5b99be86dd59b3bda53d142abcad012293a 1.59 MB 2,569 15
870,336 870,336 0000000000000000000289f8dcda774b5a3de619642c5af71bf2e13b1931ce2e 1.70 MB 3,319 14
870,335 870,335 000000000000000000019057854b306a971cf2c859ba38341f8b32d862fb8cee 1.23 MB 1,517 18
870,334 870,334 00000000000000000002c3a9756498e2111644401cede251376feb515ca11b6a 1.39 MB 2,232 17
870,333 870,333 000000000000000000006a570fb94e1f75afdd9f0d889f130301d9f9f219fd69 1.50 MB 3,456 27
870,332 870,332 000000000000000000028155be8b9e16927b63a3632e3e48b89163a809bb6250 1.58 MB 3,218 20
870,331 870,331 00000000000000000000054193ed218f9313f3a1ff1e21cd76aeeafeddaa9536 1.64 MB 3,163 20
870,330 870,330 00000000000000000002169232035e25a96e3c5ac4e2bbcf59568e680154cbb0 1.59 MB 3,192 21
870,329 870,329 00000000000000000002afe83cea6cfc6c9407f4eb6505adb22d16185f49ae08 1.47 MB 3,036 29
870,328 870,328 000000000000000000021568eb9b32ed872b117b269f12391b64a171fe0aa3b4 1.61 MB 3,962 18
870,327 870,327 0000000000000000000255617167f3d0d043163a65b90c90f8255e88551d4554 1.66 MB 2,877 21
870,326 870,326 00000000000000000000145568211d69e636ae34d94a71eb679958182d2cf266 1.56 MB 3,687 21
870,325 870,325 0000000000000000000065dc0b4c3acb1e917636676c6fffd0dafc48ec590a84 1.57 MB 3,782 25
870,324 870,324 00000000000000000001add2157d2e574553ed72223f5533932724a2404112da 1.46 MB 3,232 39
870,323 870,323 000000000000000000016530c2639d434b246ee7cb8a49f10e02ef4bebce7ff8 1.55 MB 2,855 22
Previous 10 blocks ↓
Total Size: 769.04 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,626.98 GB sent, 93.10 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.