Memory Pool Memory Pool Refreshing

2,537 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,756 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,755 (853,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,874 54,874 00000000045be4f1b640d54f8e54cca910740b7028beea190dbe4d2dcb1b63d5 0.00 MB 1 0
54,873 54,873 0000000009a8273ae64b86c754e76be022fac7f7faea7f053c3b7be11ed8b53d 0.00 MB 1 0
54,872 54,872 0000000009118163abb7af21a8992b4b6262bcaccd9acd34c0ea69e0622e78b9 0.00 MB 5 0
54,871 54,871 000000000b46ba2f3ea1d9983d3999d5e26ccabf5c1dadbbf114f15ae7c6e79a 0.00 MB 1 0
54,870 54,870 00000000139c3f96f9a198e9b5c04e8755eb5a1be75b86c2fe0afb9e08587ea7 0.00 MB 3 0
54,869 54,869 000000000fb55e6c3b61a7a2d295609c61812763a5603ab92d7c747862a6f6f2 0.00 MB 3 0
54,868 54,868 000000000b2ccc76f92c0981fd5b887add1bf9f09767a25b91645141be1b04aa 0.00 MB 1 0
54,867 54,867 00000000097872ca664b65af83a31a588cb013cfc1e8f1969200fa176c911b9f 0.00 MB 1 0
54,866 54,866 000000000daaaf4c1f6c29196a7cf632744e1e673a55cd7855706040b101210d 0.00 MB 2 0
54,865 54,865 00000000055482337b4f4d9a7677f3cb03f6dbac740ea341f70a7e9c1fda3b36 0.00 MB 1 0
54,864 54,864 0000000013128d547b0593aeb2456756646acdfa9bdd7637afc90d3bd7acf2cf 0.00 MB 2 0
54,863 54,863 000000000421e4f607ccbf54f9689cb66f837e3828e5393add9b88028e8c15d5 0.00 MB 1 0
54,862 54,862 0000000004cf0cd974b99a1fda0aa027c2922934926015f7affb1c684ed9c16e 0.00 MB 2 0
54,861 54,861 00000000008aeff8287cb68a1a9b6e9f375fd28801e966650f2764fac16d225a 0.00 MB 1 0
54,860 54,860 000000000f7a42b97e6e1517e315a2bdd001fa48c8c55bda8b7e79f1adce0799 0.00 MB 1 0
54,859 54,859 000000000944ab15dba6371a1ef5c4bf7ecd937a69a9e0ed4906fd95263ad1cb 0.00 MB 1 0
54,858 54,858 000000000fa7cde91b7544b1db69185cfae1c48be63a92d21ca7b4253616aa52 0.00 MB 1 0
54,857 54,857 0000000012edfb96c4d285d02d8166819fd5f959a8ba0ce263ad8f2d1f7b252a 0.00 MB 1 0
54,856 54,856 000000000f48ed9b58632b0fef421e9d24c458334d7190b0af7d86cc308babec 0.00 MB 4 0
54,855 54,855 0000000001cfe7c11e09317de4fc2cbd7d9347d61d6a883dbc7ea19a050cd47a 0.00 MB 2 0
54,854 54,854 0000000003b6ca88c2d90771de0cef8a532322c5df70d860be85b187c7ce3d13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.11 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,856.25 GB sent, 102.53 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.