Loading Tool

Explorer IconExplorer

Memory Pool

35,392 transactions
25.86 vMB
0.06845591 BTC
Random Selection Loading Transactions
Max Size: 131.58/200 MB

Candidate Block

Mining Attempt 5c932f7bf236a2151ad24facf9b7a7291d1a3acb6c8b24ff2840d61cb8ba5b3d
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root cf2792b5a66b90b0eca20cf2814110116e6ea1a91336c6d716f062b6244c1c5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,309
Size: 1.00 vMB
Total Fees: 0.02104426 BTC
Feerates: 150.77 > 2.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (446,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,872 467,872 000000000000000001910abe2b01e2a949105156b19b4fa68b2604284a953b37 2,028 1.00/1.00 vMB 267
467,871 467,871 0000000000000000005d468e1488b31501410e9ea0adb2b41173efd576b5e58f 2,250 1.00/1.00 vMB 282
467,870 467,870 00000000000000000199b31102bdf1963ae300be8814e0181ca1f8c5e2dd0318 1,963 1.00/1.00 vMB 278
467,869 467,869 000000000000000001613e940dfb848c278449ebba1da13b177c975fe994620d 2,134 1.00/1.00 vMB 291
467,868 467,868 000000000000000000032249106c32689a25baff8dca694e671c7d1001a45c02 2,357 1.00/1.00 vMB 310
467,867 467,867 00000000000000000061b56ba9b73381fe5eaaa89d550e2900e13b45e1be8ab5 2,230 1.00/1.00 vMB 248
467,866 467,866 000000000000000000bb09626122a44c56123543aaef75ef3a973583cf93ca74 2,697 1.00/1.00 vMB 178
467,865 467,865 00000000000000000045ed16d7e0da2d146dbfa8045ca804b4de8aad651dbb69 2,594 1.00/1.00 vMB 360
467,864 467,864 000000000000000000b1ab63e1a3b3d18cd60619cf913437bb4ce8f647d7af99 1,978 1.00/1.00 vMB 258
467,863 467,863 0000000000000000005734b52d946284cc419edcd678813660c185c3dda1c206 2,872 1.00/1.00 vMB 288
467,862 467,862 00000000000000000085b620783eb3e6fe922b69e8c97dc6f094cb40e85afdf8 2,534 1.00/1.00 vMB 325
467,861 467,861 00000000000000000157d2e691b3f165182ad01cbed2b61884fa94eab4c95418 2,050 1.00/1.00 vMB 322
467,860 467,860 000000000000000000ed7cb4b5131290a9d567c597b61b3ae2217ecbf06f6d83 2,396 1.00/1.00 vMB 348
467,859 467,859 000000000000000000f972b720d462e3b158d8c9c9f80cb5dd1e6fe2fa227d20 2,884 1.00/1.00 vMB 206
467,858 467,858 00000000000000000114ec654c29b6ada26d5547e388fa27256773a6d8710f21 2,505 1.00/1.00 vMB 308
467,857 467,857 00000000000000000051d45b26e3aaa027193fbc2cff1269d669be6fe553979a 2,551 1.00/1.00 vMB 316
467,856 467,856 0000000000000000006aacb2010a0d963e691038842e0d77b6b53b3828ec81ed 2,280 1.00/1.00 vMB 318
467,855 467,855 000000000000000000ced6a20e6027d46656cfc7d7e449bbe6875e7e03ba64c8 2,407 1.00/1.00 vMB 312
467,854 467,854 000000000000000001077a90cc4fe332855381fc8f1a6b72e2eb9223b0d1879b 2,297 1.00/1.00 vMB 272
467,853 467,853 00000000000000000026b5ef5e39b62ac1288a3a7af332205da84250e0ddfd8e 2,438 1.00/1.00 vMB 318
467,852 467,852 0000000000000000011dff4f4c5854e16850d6ce86adfb128c0174e774553f68 2,130 1.00/1.00 vMB 340
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.