Memory Pool Memory Pool Refreshing

1,579 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (857,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,869 50,869 00000000041cfce08b504c0f1c5b3e9073f15b63db192891dcd6b51ca9c476ac 0.00 MB 1 0
50,868 50,868 0000000007012ebf8305cdc2a37e85b0a80bd63d492b24e37836eb96a4583e61 0.00 MB 1 0
50,867 50,867 000000001030c87006aac0efa9485ae7fff90bca7c3ade1da55f364c4f7a1e25 0.00 MB 2 0
50,866 50,866 0000000019ceb4d816ccc6287d849b20f623c9929a74c89071b9be1e439cb880 0.00 MB 2 0
50,865 50,865 000000000d82d90bfa6afcaff540dcbced4876bceb18103a6e3c6b61e996edd8 0.00 MB 4 0
50,864 50,864 000000000f4991e030c3653097e6b89b602b55a0fbef6298ad1c5434299cda08 0.00 MB 3 0
50,863 50,863 000000001a9e0bb07548bb37f96738e0f5f85138308e76d93632a3f46b7a3b8f 0.00 MB 1 0
50,862 50,862 000000000a37dec5a6d2e13f7be2ae70088b788b66953a7888eb8fb1126550e0 0.00 MB 1 0
50,861 50,861 0000000000e70e7ff1df091005d66a3ab785a540af3497c33e9e4c3ea0046aff 0.00 MB 1 0
50,860 50,860 0000000010c38c4c59604a50ee81df7a778b540da49c4229300af529975ebb91 0.00 MB 1 0
50,859 50,859 0000000012ff9b44633e560a0aec37fcdeb51e2a65ea00828ea70d9e98f89a1b 0.00 MB 1 0
50,858 50,858 00000000084127b961aaa05cf5e873d71064557a19e3a81384f3044e43429162 0.00 MB 1 0
50,857 50,857 000000001c90ca3a8d549ffaaba9aa6e48acd657378b6f90bb03ad43db59f1de 0.00 MB 1 0
50,856 50,856 00000000023d308ac50325d365df532577a836af9768854c198aca7aa3ebb017 0.00 MB 1 0
50,855 50,855 000000000add48e06d682342cd9d77ebb7cfd578a7eb8a3812a2bd536dbab5db 0.00 MB 1 0
50,854 50,854 000000000ddb2e9ad6262849efbb1e1fa1f220f2239e15d0fc39dcec79d66f25 0.00 MB 1 0
50,853 50,853 000000001f1ee05e6d88fa49a6e9f4b1392bbb4928cee36a88dd4f2b136ff535 0.00 MB 1 0
50,852 50,852 000000000b4c17d2a848307be4174dcdc9d882ea8386b617953987e19e479169 0.00 MB 1 0
50,851 50,851 0000000005909d071a3986716f9ae4a30449128e7b3e25df79edca7e90fe19f1 0.00 MB 1 0
50,850 50,850 0000000014faaecf1aaa302b84362551fd9af779baf9f8d74d1ef88fb95e950d 0.00 MB 1 0
50,849 50,849 000000001f32f282d1b6de612c7f8fd42dafcbba422bb09287387d5c2d0b6404 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.