Loading Tool

Explorer IconExplorer

Memory Pool

35,977 transactions
26.12 vMB
0.07052541 BTC
Random Selection Loading Transactions
Max Size: 133.39/200 MB

Candidate Block

Mining Attempt 7045f8bb37511b016041932448121488afc34174786619b573c1e1c6f63d8549
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5731893de42b0a230d08d6ece0681ea1cc11629fe94290511427a543236e7168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02240573 BTC
Feerates: 713.01 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (424,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,825 489,825 0000000000000000002df9c32a850db46923225ccfe63a45a9651e3e82e82fa4 2,473 1.00/1.00 vMB 83
489,824 489,824 000000000000000000aa8efc1078bad0baf5b7239362ca4e4e91c5f46d854362 2,288 1.00/1.00 vMB 196
489,823 489,823 0000000000000000002a50964456139d5ef4c506db9b6b99c3c29879e2fbfce8 2,166 1.00/1.00 vMB 154
489,822 489,822 000000000000000000a6657d950563bf63dc92fbf78a3bd485abab7906c48f36 2,327 0.95/1.00 vMB 85
489,821 489,821 0000000000000000005051e172d9c25f0a0311f3c0534ddebc69d4e9253677de 1,453 1.00/1.00 vMB 111
489,820 489,820 0000000000000000007c37654966bab779d7f81f701c40a008d572796a1b32fc 1,873 1.00/1.00 vMB 138
489,819 489,819 000000000000000000e0c8769e0d8cfd1e04c5cd7197746881175dc3e92031a3 2,058 1.00/1.00 vMB 249
489,818 489,818 000000000000000000e72d26ef464604ccd6abda206248ec98448a2ba1da0c1a 2,713 0.94/1.00 vMB 78
489,817 489,817 000000000000000000de8c7cbc846f912f5fe593d787d4eb69b3ab6355f9045a 2,170 0.96/1.00 vMB 122
489,816 489,816 0000000000000000009ed58abaa486a33d4d8fa7b84250a68a503a3ac226b1a9 2,080 1.00/1.00 vMB 163
489,815 489,815 000000000000000000a7ef2a4c325bba5d8105c54c0fb3a3dea2ee34219ece4b 2,661 1.00/1.00 vMB 266
489,814 489,814 000000000000000000e0b9de3be09cbceb4612d2a1ba02bd5f4d104ed73ce390 1,840 1.00/1.00 vMB 134
489,813 489,813 0000000000000000001051cabab16e036815d003fbc4b0ef41e45e68719cba0b 1,730 0.96/1.00 vMB 125
489,812 489,812 00000000000000000073fee662b7d1ea4cc6e21cb6450cf5559610017e9b8eba 1,911 1.00/1.00 vMB 124
489,811 489,811 00000000000000000059f3764f2547c8c562991651e82545095a4953a1242df8 2,420 0.95/1.00 vMB 243
489,810 489,810 000000000000000000d39fb202a99cae8fbe8f40e237f9eabda97851027fd101 2,495 1.00/1.00 vMB 206
489,809 489,809 000000000000000000cadb2113c3c0ba33ab2c62e646296c952f5e97add298dc 2,622 1.00/1.00 vMB 250
489,808 489,808 00000000000000000043e7743ab57e9e1470f17d7421cbb2d95df779e01cc24e 2,386 1.00/1.00 vMB 183
489,807 489,807 00000000000000000003c8d913da48b5b47b370abe2c2dff316c9c363da15067 2,149 1.00/1.00 vMB 171
489,806 489,806 000000000000000000ca993166f1bbf854f36a3fe57606cc437467309f305703 2,570 1.00/1.00 vMB 218
489,805 489,805 0000000000000000003769d157be703e8fd6917e431729d2906827129f4a56b0 2,480 1.00/1.00 vMB 239
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.