Loading Tool

Explorer IconExplorer

Memory Pool

77,865 transactions
29.30 vMB
0.08574190 BTC
Random Selection Loading Transactions
Max Size: 176.54/200 MB

Candidate Block

Mining Attempt 8642896d819d1fc3b4004f184746ffa082fd7a8a6925c14a44502ea7c25579a6
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root fe31177e09f17f28b9eae743c9326f2c49da7d3414f4c5181adaa3ce3f9b24c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,130
Size: 1.00 vMB
Total Fees: 0.02410870 BTC
Feerates: 261.10 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (310,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,951 604,951 0000000000000000000189e2a7e83bdc429e80d3f12de348cf7f406a6d1d08e4 1,941 1.00/1.00 vMB 20
604,950 604,950 0000000000000000000787afcdc7dadf3f80ffaa1cec54585e5383307e342c46 2,987 1.00/1.00 vMB 17
604,949 604,949 0000000000000000000863c551f05ac304ce901bedeb67988625d93488e5877b 3,167 1.00/1.00 vMB 40
604,948 604,948 0000000000000000000a072c531779464d2628c0a238fb88d483e2869c72e73c 1,947 1.00/1.00 vMB 29
604,947 604,947 00000000000000000008393b76bd6030cffdffa88666b59b3a1ae212ac873fec 2,709 1.00/1.00 vMB 12
604,946 604,946 0000000000000000000c24fc5faffa026a9f14524dd9936f2d6b294c85eadaac 2,466 1.00/1.00 vMB 28
604,945 604,945 0000000000000000000af91f5ca18b11bb643577235228703ee09c3ead0d82a1 2,561 1.00/1.00 vMB 33
604,944 604,944 0000000000000000000cb2abdd907e64eeb29bc713f2b5426c77d9bab516a997 2,862 1.00/1.00 vMB 45
604,943 604,943 0000000000000000000e8c7f4d0cd867ecc859a5d9f0321851d8b7d52fbf0bf0 3,133 1.00/1.00 vMB 37
604,942 604,942 000000000000000000153ab3886821512dd5078606c8811e76cf3ec0f563ac45 2,175 1.00/1.00 vMB 12
604,941 604,941 000000000000000000146be23d89c650e30f155f3742b557f98d5b74264ea8c7 2,929 1.00/1.00 vMB 27
604,940 604,940 00000000000000000008fafaefbc73b942df77b00d622eec9db2e5197e35affb 2,202 1.00/1.00 vMB 26
604,939 604,939 00000000000000000014f24b418714bbe881ab14ae628a41281c366e711c5d3f 2,226 1.00/1.00 vMB 20
604,938 604,938 0000000000000000000180f8a0d6968e8385ea91143b98967068f971b474255b 2,600 1.00/1.00 vMB 22
604,937 604,937 0000000000000000000917b3341b68e96d25160e439cf384630f695c27c1a706 2,950 1.00/1.00 vMB 30
604,936 604,936 0000000000000000000c465c4df8223ac008807863ee686c2da944fe3d057fab 2,636 1.00/1.00 vMB 43
604,935 604,935 0000000000000000000f82436f0e37e367405a19ca18d35f39e781dafd982589 2,374 1.00/1.00 vMB 23
604,934 604,934 0000000000000000000304893e8ba5b42ee99d96157bc87e62e28f1b9e472b75 2,738 1.00/1.00 vMB 35
604,933 604,933 0000000000000000001467422dbb59f688ed482357f9b9c909ea3e007473a4f3 3,252 1.00/1.00 vMB 26
604,932 604,932 0000000000000000001079485d51e0bb57a1d89b114a8213840749a0fc0fc546 1,130 1.00/1.00 vMB 48
604,931 604,931 0000000000000000001012834de88f6f88db1b3a3bfe48aa9296e71abbd390a1 2,819 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.68 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: 685.48 GB
    • Received: 16.48 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.