Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,230 transactions (0.54 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,493 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (888,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,946 21,946 00000000416492828c1feebaf4e8c0b23e35c82ae4e5f94ec629ac24b0325ec0 0.00 MB 1 0
21,945 21,945 00000000064015532d0b8eff42cbbbabc1ac9f84a98457b0f413ae040c2deae4 0.00 MB 1 0
21,944 21,944 0000000011422b1b1bd2971b4a7a7f44fea369047f5b77d63b9abc4a18fc16db 0.00 MB 1 0
21,943 21,943 000000009bda03f5e19cc28a1405fefb80520786ef3eab50bc83148db2d856af 0.00 MB 1 0
21,942 21,942 0000000048b8c170c7409b96007e24e481d7e0aee03b2f3888d5ab6559607136 0.00 MB 1 0
21,941 21,941 000000009e23fc97acd37b72762339d3a6676dd343cc767a4f777ae4c1f49c4f 0.00 MB 1 0
21,940 21,940 000000005212622baa97e9b81b43396a7faa3b2973748b58165c69c17855166e 0.00 MB 1 0
21,939 21,939 000000004d71c7114e935d331772a4d92d742e4aaf06a3a3aa87c0b11e932b5b 0.00 MB 1 0
21,938 21,938 00000000e0b70fd695505204b4c89a6127708f732e03fb9898fa8766e0b32ec4 0.00 MB 1 0
21,937 21,937 00000000401e36f7d72cfe33d1e9c72c8f9db9d130d9c0c2780d99d043a96965 0.00 MB 1 0
21,936 21,936 000000007412759f48729c3c3fe701e8b60949ad06a0f197690f6be4fde73e65 0.00 MB 1 0
21,935 21,935 00000000187cc14f7d43d3ff074595a4ef00d78c87676416b9d4831f666a4268 0.00 MB 1 0
21,934 21,934 000000000efaf6767223542270be9bf38b91d02f0064a7dba403f86ca7fab8e3 0.00 MB 1 0
21,933 21,933 0000000003a2629675d585010e975b2b5af1c7f9da720c92361e76475fad58e5 0.00 MB 1 0
21,932 21,932 000000006841b11dba923dd0ffa5a5607a380110bcf48b9bd16b6bd9c2391978 0.00 MB 1 0
21,931 21,931 000000000d394dfc59e0d4d1451161a6b6a0722a74f15b4852d77e7ee3b7ecec 0.00 MB 1 0
21,930 21,930 00000000fafe77991219084cf474587a8b1b36595242daa1ef19d69251119030 0.00 MB 1 0
21,929 21,929 000000005f2ef84f3c70c21f1f7be15c134f26ebeeef5c65d35c882e533ac254 0.00 MB 1 0
21,928 21,928 000000006a7e0b61eb08be62f49ece258ba87812b483ccf87aece4a3bdfe2b15 0.00 MB 1 0
21,927 21,927 00000000d0b98dd97617d9906651e617a2f1de9970d68363c9807d34b6753001 0.00 MB 1 0
21,926 21,926 0000000063f856c34c3234a131f6724c451bf48e0d77b436da00633b0ea3df2d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.