Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,805 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (840,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,780 69,780 00000000003a30e5b90872844d7d2fb0ab40e5b9e279bcec8cc491872db39140 0.00 MB 1 0
69,779 69,779 000000000096569637137ad990231ff67b19e99e4ae370e7bb312400658fd10c 0.00 MB 1 0
69,778 69,778 000000000103d04e748d233d0c43d7346a91575d499e87c2eebe5fcf38cb141c 0.00 MB 2 0
69,777 69,777 0000000000a9dc5c20a8d0f6bd1565eba78f94d5482ff8e775d3a22706cd53fd 0.00 MB 2 0
69,776 69,776 0000000000717b65b96f855ac09b0b93e0f249627b8186f76297a1fef96f28f7 0.00 MB 1 0
69,775 69,775 00000000013f8f5c438458d8351eefb6c6e9c61418283167f99687cf4543541f 0.00 MB 1 0
69,774 69,774 0000000000dd4132279387b55011f842445bde63bcf480071cafaca325db606a 0.00 MB 2 0
69,773 69,773 00000000016094e08e5887c7c47b72958605aa58ea09fb51c7af0c4f8f40deee 0.00 MB 1 0
69,772 69,772 0000000001632ce648d5bf5087d79ce3c4bd116a069a534e351426e5158b0fd8 0.00 MB 1 0
69,771 69,771 00000000004ce2376b433a531e897de3f5b46dc877c8c07faf442d3f4d17aad4 0.00 MB 1 0
69,770 69,770 0000000000d6ca56a6c957f6b7c64d4598ffe70ce918ac04fc0832ec988c3bce 0.00 MB 2 0
69,769 69,769 00000000007f19d6b372d72aa996d1f0cd906064c11e7cd8de9d190e902fddd9 0.00 MB 1 0
69,768 69,768 00000000010e99fc0f5b08e693ea61c67374cc3489f22bbae88ab2cf8ef9001c 0.00 MB 1 0
69,767 69,767 0000000000397e4b702c30b31df37e8a6f4bacc803230bf5d5a0148459f5adc4 0.00 MB 3 0
69,766 69,766 00000000007f05e2b9851a5b2db010b7056a22b9072be9daf4f407eadfe86270 0.00 MB 2 0
69,765 69,765 0000000000d66a0916cc2573b1ed79ae531482955f72c69b7e874e3a698b6cc6 0.00 MB 1 0
69,764 69,764 0000000001008e47981a3b66a29e8967fe4364897ec9d79964e739f5df080194 0.00 MB 4 0
69,763 69,763 0000000000e7d6c973580ccb78d4645f34dafd69e3e1fcd24945dbfc8c3d28bc 0.00 MB 1 0
69,762 69,762 0000000000bb7cc8d49991f00714b5b54c6d6a1edfb407fbb795ac542d6505f4 0.00 MB 1 0
69,761 69,761 00000000014c90a6f4e4c2d4b4d8f7be02250f99ec0b91415bdd9f1a795018fe 0.00 MB 1 0
69,760 69,760 0000000000e725663bf562b440eda94c2033f3cba7aa18c52a1b7fc1acdcbd14 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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: 2,285.68 GB sent, 121.70 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.