Loading Tool

Explorer IconExplorer

Memory Pool

26,854 transactions
27.45 vMB
0.07340856 BTC
Random Selection Loading Transactions
Max Size: 131.41/200 MB

Candidate Block

Mining Attempt 8f5db2c868ae2224f4a5024364571244384e34d4aee549eccf71fbb1fc234807
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 6f93e9d91ae80fcdd640474fae7710e8fc8be1069b9a65b09ad2e01f9b3e1d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02126570 BTC
Feerates: 301.57 > 2.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (145,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,525 768,525 00000000000000000002afb80d395960abc249456cb3d3678db0c601f4a09cbb 1,733 1.00/1.00 vMB 8
768,524 768,524 000000000000000000003b35ace92acbdcbc154206a3d22ad7925369eb708cae 2,019 1.00/1.00 vMB 10
768,523 768,523 00000000000000000002e6d3a25ebe45a949b15df85dd6673e5af1805af6647f 2,270 1.00/1.00 vMB 4
768,522 768,522 00000000000000000006025e27d0ad0c1d65c0cb7fd53d181b1011cc635b95dc 3,005 1.00/1.00 vMB 10
768,521 768,521 000000000000000000011be8ca43a6e1a283cb61855d5a76c7a4bd80868ac3d2 3,587 1.00/1.00 vMB 27
768,520 768,520 000000000000000000073cb7aea5b5d9e96a4f9f6bc0b9ef19576196cf4dbba5 3,016 1.00/1.00 vMB 19
768,519 768,519 0000000000000000000021f9727a05dc2c16ea7d2896ff911b2ebda1fd705ddd 2,229 1.00/1.00 vMB 12
768,518 768,518 00000000000000000002521b6db875bbaeb49324b618f64a165b3c10bf17422b 1,475 1.00/1.00 vMB 14
768,517 768,517 00000000000000000004097f522de256dae7e4ce0a9c7ec5924d26dce0b8c0a6 2,678 1.00/1.00 vMB 25
768,516 768,516 00000000000000000007034e12b9bac6fcd4b1cf7a7bb110003e1576e1d76ca6 2,619 1.00/1.00 vMB 13
768,515 768,515 000000000000000000062cb0234fd1120dd187c1f0fb15cb1517e4ed6233775c 3,049 1.00/1.00 vMB 19
768,514 768,514 00000000000000000000b9cbc9631081b0710bc1918fec382903eec08d106bdd 3,497 1.00/1.00 vMB 25
768,513 768,513 000000000000000000013e9864a58f6314493936f3cf1eb665900542b9af4360 2,296 1.00/1.00 vMB 14
768,512 768,512 0000000000000000000777a7f05d97c17612416fa773041eee29112089c2417d 3,140 1.00/1.00 vMB 23
768,511 768,511 00000000000000000001a93a9a204b1d81376a5e26eba22d71a04bea4764da06 1,470 1.00/1.00 vMB 15
768,510 768,510 000000000000000000016d31f7df0c3574ce961140b9f0c95694b8fdd4d6cda0 3,567 1.00/1.00 vMB 27
768,509 768,509 000000000000000000012a28341e9ad006bc79ecb0352b7aa806498899649c4d 2,141 1.00/1.00 vMB 17
768,508 768,508 00000000000000000001bdea8afb3617664af8f8258646709ed990b2bfa3f251 2,507 1.00/1.00 vMB 30
768,507 768,507 00000000000000000003c7ebe842db5b1e8324deeb4d64f0f465b5538e94e5b8 2,182 1.00/1.00 vMB 12
768,506 768,506 00000000000000000003801e801aa9ad722d5bd8dbef2d59a36efe8db4190da3 272 1.00/1.00 vMB 1
768,505 768,505 0000000000000000000456c967289b5596433b4c62f6e3478b34a80c2b8282ba 2,103 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.95 GB
    • Received: 10.77 GB
  • Uptime:

Notes

  • 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.