Loading Tool

Explorer IconExplorer

Memory Pool

41,638 transactions
29.37 vMB
0.07690756 BTC
Random Selection Loading Transactions
Max Size: 149.78/200 MB

Candidate Block

Mining Attempt 0a84d92691ad325006bfc36705d7979c3065c0415f64ec7f615681cbaace7cdf
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root bf1e9370ed966f69457b76615f7fca3131fdf59180556e3fc14be24e0fb22923
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,208
Size: 1.00 vMB
Total Fees: 0.01931952 BTC
Feerates: 100.21 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (857,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
57,018 57,018 0000000011b227a811c5a9f3b245fcb0896c5b6e8c12c697e4f5d81996c42cd5 1 0.00/1.00 vMB 0
57,017 57,017 000000000c017b0413f6954fff69e522f9294a329274c3b8a377340c6a963d89 1 0.00/1.00 vMB 0
57,016 57,016 000000000bfc84f49ddf1a645e0397a530b29a1733ff6234bfecbb2cb256ef46 1 0.00/1.00 vMB 0
57,015 57,015 000000001070a67d11e8d7d0e06376978c3626f56897d57fa566a9034fc272b4 1 0.00/1.00 vMB 0
57,014 57,014 000000000cb88168f4b1d17de2cdff9ba44add6225b48e225764a8d4d006d337 2 0.00/1.00 vMB 0
57,013 57,013 000000001436e07698de1508ea1261906a2cdd889f8228eb797885aa36fe0acb 4 0.00/1.00 vMB 0
57,012 57,012 000000001468bf89d3d3752388c645f4f133ecbdf0fb80647dd36a795e37fec9 1 0.00/1.00 vMB 0
57,011 57,011 0000000006300fbfeb75834c5930e591d25595fb945acf90ecf7e1a60027cfc0 1 0.00/1.00 vMB 0
57,010 57,010 000000000ace4e124a9d4af47bc59dbcac4aaff6e61f25c2ba0147b7d24c9f9d 1 0.00/1.00 vMB 0
57,009 57,009 0000000006d98797461a19a36386aba96d3f14690ca61e5258b38391ef7ad6b4 1 0.00/1.00 vMB 0
57,008 57,008 0000000005aebaf8cd23f8644eb35488ecaaac7ee7355dba9c1ed8e10cfaf019 1 0.00/1.00 vMB 0
57,007 57,007 00000000144dab1cccd5a621653207f7ada970a35618bcf38e0844a222bd0ebd 1 0.00/1.00 vMB 0
57,006 57,006 00000000156f5fed17d4c26f56b908091e1d890474ed4d18ec05db8c6af9e6c1 1 0.00/1.00 vMB 0
57,005 57,005 000000000146572721f87971237e6190dfc792255f596aeb5613f906f34254a5 1 0.00/1.00 vMB 0
57,004 57,004 0000000011b1c6b1b3d462a1067b1ba29f56e8f6496a0bf9034b2b9081d6f0b8 1 0.00/1.00 vMB 0
57,003 57,003 000000000bbd03947b78cb662556052c0ece8dec2356d280a2d1121ce0215d2d 1 0.00/1.00 vMB 0
57,002 57,002 00000000047efa14bfb6a5869f0ec68eff6291dc33773f13a15eb9f3685de6fb 1 0.00/1.00 vMB 0
57,001 57,001 000000000ee702a3f75854390bc7268ce44585ead2c3b09889bf9fed202cb286 1 0.00/1.00 vMB 0
57,000 57,000 0000000008ee3753c6dd237a3a3b4f6d19c2651a2ed26f63756e9f300073722d 1 0.00/1.00 vMB 0
56,999 56,999 0000000008189772f4d83e383226e4eee07067d2b82c5cfed19b263aa19c3613 1 0.00/1.00 vMB 0
56,998 56,998 0000000012d62cf0ab4a0b1c3492b208f9e0db47238ec608b425c23c16fa994a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.57 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: 622.68 GB
    • Received: 11.37 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.