Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,743 transactions (0.39 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,725 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (839,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,530 71,530 0000000000b956dec9310a82e602586be27d9ac5c697c3629aeceebc02cec120 0.00 MB 1 0
71,529 71,529 0000000000ad93781158c329bc35f74d54757488ca4616e3e7e32c5c7233286d 0.00 MB 1 0
71,528 71,528 0000000000240e8f35cd9cf531c143168881c79bd2c126f05dfc5ad288784765 0.00 MB 2 0
71,527 71,527 00000000003abcfb89e611823040f0ddf453d3034909e3ef653e38e5b96d0d45 0.00 MB 1 0
71,526 71,526 0000000000eb310005c483ac10c3d2db9207860911842f8e2509cf2c2373632a 0.00 MB 1 0
71,525 71,525 0000000001070a5816a9a3e43309c113ae5a5020a2c194343ed59b6221f87ef5 0.00 MB 2 0
71,524 71,524 000000000098ef04393595091e060162da63cf39ee27cc4adddc7a2533085398 0.00 MB 3 0
71,523 71,523 00000000003f6ad5e8990331428463aad3bea07c1443700c84b339f97579ad64 0.00 MB 2 0
71,522 71,522 000000000097660e256e98b5c1ef3429d8e01488f2375e38c93c1e8bdb8d07ab 0.00 MB 1 0
71,521 71,521 00000000004272f77f5d76ded907a4adbbfe492238c45eb3cf41f963ac7f06b2 0.00 MB 1 0
71,520 71,520 0000000000ead7f5f1654780f0a2b33fc6b3e428e561552d0c65ebb7ed77e283 0.00 MB 1 0
71,519 71,519 0000000000afabd60505d13323108eb55f2c658a25514ea855e8f937c04f13ea 0.00 MB 2 0
71,518 71,518 000000000090e237c4a515f07a0d4ea8aba3bb385dd5508b44235f2c0d0b090e 0.00 MB 1 0
71,517 71,517 00000000009c3d0e31581aacddb292b2f7040516d36bc4409abf841827779a3c 0.00 MB 1 0
71,516 71,516 0000000000e77131b835e6564b729dfe949b4ef8f1c8720e71dcbc9bc65387ea 0.00 MB 1 0
71,515 71,515 000000000077c377ace56650a6aeb2e253435eb28d7a5805f9f138190dc64fc2 0.00 MB 4 1,481
71,514 71,514 00000000007eb80e146a78e1ef7cbd3a4d05718e409a3792b4ad4ed7fd4528ca 0.00 MB 1 0
71,513 71,513 000000000085a15f345fccb6b2b7bc2bf08cc3352882273b3c56fa21458c433f 0.00 MB 1 0
71,512 71,512 000000000025de3dc73f0445efcd4dae465801813dd44d6918c2d254ef21b29f 0.00 MB 1 0
71,511 71,511 00000000007c0fdf0fd65f94adb5968ad7278f691f03ac09bd29f53d6c80cb1b 0.00 MB 1 0
71,510 71,510 0000000000acc2cbb60c8aa135c4e9efe4b6bbdacee1a8afdec9974d5e9ad3a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,254.85 GB sent, 120.88 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.