Loading Tool

Explorer IconExplorer

Memory Pool

18,983 transactions
10.13 vMB
0.02737156 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.24/200 MB

Candidate Block

Mining Attempt 3f6337017f99ea97043f84c9436077fb1b7cfd8307ecbc047055087d4a908b96
Version 20000000
Previous Block 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631
Merkle Root c270acd283ac6078303ce7b544d0ae7fea79b25aaf8bd08325d1db8722bace88
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,945
Size: 1.00 vMB
Total Fees: 0.01074588 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,545 (657,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,988 255,988 0000000000000006a0e603a247a46a47f77aa90efa21d514a96acafe20a0f1f1 139 0.06 vMB 119
255,987 255,987 0000000000000024be76130639a2b500018f3b2d514199ed2b51b0786c72abda 59 0.03 vMB 102
255,986 255,986 00000000000000381586b8f6ab4e4fb22323b0b78ed5ff6e118372bac31e2aa0 148 0.06 vMB 107
255,985 255,985 0000000000000024c8f99ad3b7e7b3139c2910e7766b7e8aaabb668eb984faa5 22 0.01 vMB 232
255,984 255,984 000000000000002db51b592c639814cce1ebbd12dc3b3e5ff5a7f67bd737dd6d 333 0.13 vMB 138
255,983 255,983 0000000000000023a4eb0a0d6b110bd60292de9ac4ee9e0be3a96f97aa68a224 316 0.12 vMB 118
255,982 255,982 00000000000000016ddf485690a86814c52adfabfff22ec85653bdbcc7a6ab75 209 0.08 vMB 118
255,981 255,981 0000000000000017b706c97f3bfcdf9af2daf8ecce96cfaacbe77fbbdd4a2d87 285 0.12 vMB 113
255,980 255,980 0000000000000018b3f5943db36abd17ccc7b68136230ed8ee86aa03edc85bb0 351 0.14 vMB 78
255,979 255,979 00000000000000010a3ce0792e693b43223af33efd6b2acc145c7d8d56278e57 644 0.25 vMB 128
255,978 255,978 000000000000001b019646c8db46d23c23814b246122860298584cbfa0d56331 107 0.04 vMB 112
255,977 255,977 0000000000000033ad33a51087b430b59003e207f828002b3819312e5e5696f5 145 0.05 vMB 102
255,976 255,976 0000000000000031180f4ae7d170e8311dec1744bf6994ee8a7682dc47a506c5 165 0.08 vMB 104
255,975 255,975 0000000000000039359f0fb557d64e211cad4f2432fa2d99e29e8e8bb49d4ad6 200 0.11 vMB 94
255,974 255,974 000000000000003315eefa9661fe66c7a02ea23450e64b6592def64f64a45052 527 0.20 vMB 112
255,973 255,973 000000000000004030d78c3dcf002af715bbd34afa5922d5f73110c475f3c810 218 0.10 vMB 94
255,972 255,972 00000000000000115dd17a63f1f6fcc22f0488ccd4726351b802c9b8983d4cb8 100 0.04 vMB 159
255,971 255,971 000000000000003bad9ffd5edb686aab6f80522017265a3826e9a9695ba73b52 302 0.13 vMB 67
255,970 255,970 000000000000003b454cc5852429808f53fbb1022d3e285960787ab64aa0d361 495 0.25 vMB 112
255,969 255,969 000000000000000f0e1f6ed2fc6d2f706fc339897b31555815773913f07e25c9 476 0.22 vMB 63
255,968 255,968 0000000000000032e40347f556faf5c7919a938597f1c16bd19b3381ea074f6a 387 0.16 vMB 103
Previous 10 blocks ↓
Total Size: 779.81 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: 410.18 GB
    • Received: 2.17 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.