Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,894 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,603 000000000000000000022cb30000000000000000000000000000000000000000 0.61 vMB 1,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,602 (869,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,469 40,469 000000005ee0a935e182655d8d4c45ecb504f88b0f13a7855b31fb1238d04739 0.00 MB 1 0
40,468 40,468 0000000007ab03b67fda23532adfddffc0238ae6ede7415b8d0ca577a6c4fa00 0.00 MB 1 0
40,467 40,467 000000001714ff8404568c9a0fc4a067251ba106102a2b8b7abb3aea4e2c7132 0.00 MB 1 0
40,466 40,466 0000000014df433b327e7b361b9868c981e1a6c76614c7340b2b0eb598735f1e 0.00 MB 1 0
40,465 40,465 000000004c3a79d869a3e198dc2db0a4faade11e9846f0edb1259b7f35e45ffb 0.00 MB 1 0
40,464 40,464 000000003e56c4a61bb93a0447f806b5cb22f7104ffe6539a192972c2ad2ee65 0.00 MB 3 0
40,463 40,463 0000000020e4bfa06dd63b5b27d84f34df399bf496e33989d68b5d87d8a2732b 0.00 MB 1 0
40,462 40,462 000000003e7ec1e015454cb740628264e14baa2ed2c23c410fbefc83376ab12f 0.00 MB 1 0
40,461 40,461 000000004da18e21b68366d3729e1ee56584327c2d959a2d1284ffd85964b01a 0.00 MB 1 0
40,460 40,460 000000001b10a13d37f02acbfe1450f02889df98efaaf3d6673ddb8b7294abd5 0.00 MB 1 0
40,459 40,459 000000003528833d1f1204b6e2e7cf0a2b70f0fd1e45ff072bd433d95a25fd30 0.00 MB 1 0
40,458 40,458 000000003ba16614b999ca1ce8c13b641a16e79920589ee008ce6b9b9258e385 0.00 MB 1 0
40,457 40,457 000000002f2795684989dc4656feb26f24593a22e44588ba3e341f621f13acba 0.00 MB 1 0
40,456 40,456 000000000e6753c6d9b1aabad9035594a17ffc039dfaa054a186720739bbe2d4 0.00 MB 1 0
40,455 40,455 0000000004bd083f0757a083e865b47cf4b00a59b15aafa227fe12482429ac60 0.00 MB 1 0
40,454 40,454 000000000d831f5825f3195de08567f6f35179fa3a01de3a203230273516c2ca 0.00 MB 1 0
40,453 40,453 0000000016844a858ffbb46128c91261b926a23d9a67aa975b3940d16e089b51 0.00 MB 1 0
40,452 40,452 00000000494b2081988b58a026a90bfe07145855c7ec3110f8f8914a05eb2785 0.00 MB 1 0
40,451 40,451 00000000557094916c1184e84a3bf6489081d06c62f6b6cb55b96157ae5d51d5 0.00 MB 1 0
40,450 40,450 0000000030da7c5da09d09523238bd1a84b680a56780a04cac72707d02385069 0.00 MB 1 0
40,449 40,449 00000000627bba4100a4bcf84e3e30178595693a1f21703c9ed4824ddee8ca32 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,099.44 GB sent, 111.66 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.