Loading Tool

Explorer IconExplorer

Memory Pool

26,855 transactions
27.45 vMB
0.07341240 BTC
Random Selection Loading Transactions
Max Size: 131.41/200 MB

Candidate Block

Mining Attempt 6fd87ee26cbc51e5c9fd5326f75ce382ffbe787b5c93de758ee053bebc56b4f7
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 6f93e9d91ae80fcdd640474fae7710e8fc8be1069b9a65b09ad2e01f9b3e1d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.02126570 BTC
Feerates: 301.57 > 2.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (453,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,816 460,816 000000000000000000d6042b7a773766dff44912955afc611c47cb8bc623ae29 2,011 1.00/1.00 vMB 141
460,815 460,815 00000000000000000100e5f0484e12d86be1515ea807663eac61583a084589e7 1,683 1.00/1.00 vMB 111
460,814 460,814 000000000000000001e9b27c08e91d53173200734d8513095320f8e99a349d89 340 1.00/1.00 vMB 35
460,813 460,813 0000000000000000005d72de6863f8c8d2f06c29d0ff6a8341fe9146cd3dde60 1,870 1.00/1.00 vMB 76
460,812 460,812 0000000000000000009cbfe824e1821b3dad327bd5a5a913c1a73cd33fafb46d 2,321 1.00/1.00 vMB 184
460,811 460,811 0000000000000000012623aae44bf4c2791306e84a62a7b0f708c8aadd6808d4 2,011 1.00/1.00 vMB 128
460,810 460,810 000000000000000000dcf37b340c6fe55b6fa59f462d92e9bcb41301109498a7 2,065 1.00/1.00 vMB 170
460,809 460,809 000000000000000001c2e6b680c3f089d5c9e1177a1c1fcc36eccec5928290a2 2,261 1.00/1.00 vMB 95
460,808 460,808 0000000000000000001efb31cdd06f7c3f0ecc4cf6dd2597bee2ab022457de26 1,451 1.00/1.00 vMB 113
460,807 460,807 000000000000000001953e14ab05661ccb785182e36c44772e8f1e57ee2b6ea3 1,727 1.00/1.00 vMB 71
460,806 460,806 000000000000000000154f447f1681a628c4dc43de704a5d79265407ca3d3539 1,484 1.00/1.00 vMB 56
460,805 460,805 000000000000000000aef339d75c0db711632d1c20904c840bb9d712bcc3a6a1 1,068 1.00/1.00 vMB 84
460,804 460,804 0000000000000000004b0bdd06ada35eecddeabfccaef1a1322bd0718f74de1a 396 0.99/1.00 vMB 78
460,803 460,803 000000000000000000280410a4b4ba39cc2a0c1b7e3bd16cb56cebb4c4cfde92 1,741 1.00/1.00 vMB 126
460,802 460,802 00000000000000000156d8749922b897b5d859ce2d836748e8a72063d570b095 1,423 1.00/1.00 vMB 129
460,801 460,801 0000000000000000020565fb7b95fbfc4a56690c823c43bf4292fc5f97f55d03 2,302 1.00/1.00 vMB 135
460,800 460,800 0000000000000000012f1e8edad68eeb24457226dd9d870843b755213583ca70 1,971 1.00/1.00 vMB 118
460,799 460,799 000000000000000001046b665bc791fbc291f02d390e179dcdae7706fffbd154 2,074 1.00/1.00 vMB 166
460,798 460,798 000000000000000000c293c6d843f6a4cae09e9dfafb698a8f6a9b8110299023 2,165 1.00/1.00 vMB 246
460,797 460,797 0000000000000000016181565bff63d6b544ea6bc20819a7a331256b87f3a3ae 2,243 1.00/1.00 vMB 133
460,796 460,796 000000000000000001a775c7648197464bbf1a67dd6277d666a64a59626853e3 2,288 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 781.46 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: 610.95 GB
    • Received: 10.77 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.