Loading Tool

Explorer IconExplorer

Memory Pool

79,138 transactions
29.59 vMB
0.07174175 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt 7dd924ddd815ecdcf9b542ff080c7d18be0416bebff87013faf68bc4e6873747
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (317,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,523 597,523 000000000000000000141171551bbd75c2d6854eb2a777c78cdbaf02cb1b3c44 1,741 1.00/1.00 vMB 36
597,522 597,522 0000000000000000000117158cd08fa20c703ee0d5667369243e37cbd42168aa 2,735 1.00/1.00 vMB 27
597,521 597,521 0000000000000000000a48114166ccb0b39984edf611be0e22e6cfc1234bb28d 2,949 1.00/1.00 vMB 50
597,520 597,520 000000000000000000097a34945d905abd887972f0f38554dea1a37b56cd9870 3,012 1.00/1.00 vMB 45
597,519 597,519 00000000000000000002f2b29dd00673685144f7915d8053c220f9670de45c8a 2,239 1.00/1.00 vMB 57
597,518 597,518 0000000000000000001570ad92509ead3a8fdb3464b0e7019a6cdcbb0d414aea 3,432 1.00/1.00 vMB 80
597,517 597,517 000000000000000000079bf4238030cd8e6005e92ed7d97f7691590f4e0d6f3c 2,349 1.00/1.00 vMB 46
597,516 597,516 00000000000000000002e0348e136d694ec0ba3c279d187b9a1e1ddbecf5fb62 2,908 0.90/1.00 vMB 28
597,515 597,515 0000000000000000000016b677f13685f8a4a18e5a7448b5d18064b0ac866979 1,700 0.44/1.00 vMB 7
597,514 597,514 000000000000000000123c2edd1eb25289ade4eb7d3b412779ae8e78488400e8 2,826 1.00/1.00 vMB 41
597,513 597,513 00000000000000000007879fc53d0718a49255d2c85e753dc0509591b3751f44 2,125 0.68/1.00 vMB 30
597,512 597,512 0000000000000000000bcc6fd3ccaec259a74437afe8a0f5a4695754cec7b166 17 0.00/1.00 vMB 18
597,511 597,511 0000000000000000000d901cac6879a91df0f59c859195f46c37e5f26856c6a1 1,439 0.45/1.00 vMB 26
597,510 597,510 0000000000000000000368217f85b2e8f02b66b2a71e8b1534e32bd6ce5215b4 703 0.22/1.00 vMB 36
597,509 597,509 0000000000000000000bdc45230fa9fe3c0a2e1ab1947d38d5ccfb68f2eefab8 970 0.32/1.00 vMB 17
597,508 597,508 000000000000000000022c0a76e9e9cb931a3be8731b7360b90525d9a32c98e3 3,157 1.00/1.00 vMB 29
597,507 597,507 0000000000000000000de49a0f81cdd98143a780749431a444c016cb92f5b0bc 3,093 1.00/1.00 vMB 23
597,506 597,506 0000000000000000000ba1793492303040d9cda45be39b4a0bb9b02e5b603281 617 0.16/1.00 vMB 18
597,505 597,505 000000000000000000097cf61239767f9a777c7484eed61110a0b477ff73b652 456 0.16/1.00 vMB 31
597,504 597,504 00000000000000000014c0649515f9d6d2fae0c53a3249f55cab56a551733a99 140 0.04/1.00 vMB 25
597,503 597,503 0000000000000000000819f7b4bbc97601f4110e4608ba48a7ad7796645e0c1b 383 0.10/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.65 GB
    • Received: 15.02 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.