Memory Pool Memory Pool Refreshing

965 transactions (0.24 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (824,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,315 84,315 00000000000ac6620986106b09fa81953dedf26a300317d15d30112133c04b0c 0.00 MB 1 0
84,314 84,314 00000000000a343fbdf8699f49841b8061444241adaf12614aa0d65f34005bd5 0.00 MB 1 0
84,313 84,313 000000000006ff8d67173a97cbc06f6d466672c0c7e69444db1f66d53726deba 0.00 MB 1 0
84,312 84,312 00000000003052e1f3c2af98bf0990e395a1cb15a6eb8a2a4ce3d3e28398e66d 0.00 MB 2 0
84,311 84,311 00000000000ba3d34cf207398e2f50e859c4aed6b8ad63394862387b209e88e6 0.00 MB 1 0
84,310 84,310 00000000002e23afcf6b84a4c6ea0d81b24da41b21e78af714aa8c4b5362bc35 0.00 MB 1 0
84,309 84,309 000000000019a2d607ce1034bb3e57efdb3f245cefb6822972d15dd1c70750a2 0.00 MB 1 0
84,308 84,308 0000000000024906d3d8c31fdf416821d2aa41cee55f58046feced6e05195f76 0.00 MB 2 0
84,307 84,307 00000000002f46047750b7cf0aca414900746600970129c5db03de4f7ab66095 0.00 MB 2 0
84,306 84,306 00000000000ef124ce7e31aaf4b185b943b4ac6a69d56e32b7b8d403ac28906f 0.00 MB 1 0
84,305 84,305 00000000002b01d5fd6b1644c7fd37d3a81fe23b8a9ff9210d808a3589c1040f 0.00 MB 2 0
84,304 84,304 0000000000013e131dc684761ef8ebf4965e5cf864ce3ae60bbeba00a67cdfbf 0.00 MB 2 0
84,303 84,303 000000000027035dee4c3406d6406b2aa8a158dabb01cda5b626a173e6a5a7f6 0.00 MB 2 0
84,302 84,302 000000000014723464427c6b140a7fc94b6f21f329c551257134375ef9bea975 0.00 MB 3 0
84,301 84,301 000000000020c6cc746d54218888fdf5ddffdb7e047c8193b0ef0558a9759418 0.00 MB 1 0
84,300 84,300 0000000000083d60beee57ffa16093009637cf12d561f7545d1d76a8142b238f 0.00 MB 2 0
84,299 84,299 000000000023222bc21f00ae92296d63687bc9712607180ca4fe1f4f8941a3c8 0.00 MB 1 0
84,298 84,298 000000000013651772fb3c1678849bb1021ad6e88252acadbaf02abef7b14b63 0.00 MB 1 0
84,297 84,297 00000000002dfaf3e6bd28bb99c688e0352cfc0a02ae0be1cf8c25ce9f9b5a5c 0.00 MB 1 0
84,296 84,296 000000000024f6df6d5bf5c874826592493bed7b09afecd4e9c0d83525dd6cdf 0.00 MB 4 0
84,295 84,295 00000000000074bc4d2b3e9fdb40dfcf6fcfe866a5172db470f5932546396ebc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.44 GB sent, 105.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.