Loading Tool

Explorer IconExplorer

Memory Pool

21,163 transactions
19.91 vMB
0.03925499 BTC
Random Selection Loading Transactions
Max Size: 103.53/200 MB

Candidate Block

Mining Attempt 7efb54d715d1c888f3ac65d702e5d88123aa5ff1610de8eacc74a7ecb0da2f70
Version 20000000
Previous Block 00000000000000000000445a9b5f4a16b1ad6fd6b66f41eb2e7cafb23298a9e3
Merkle Root 70b92013278f404b302f4816051de27a8fe2de83f61ee1b3921915cfd2689680
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.01747251 BTC
Feerates: 150.83 > 1.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,395 (18 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,377 941,377 00000000000000000000eb27a2c5b3fea1b4b2007d4d1f8188ec2bd322271d97 4,063 1.00/1.00 vMB 1
941,376 941,376 000000000000000000012f9a41ce1b26176b910e90abcd1cdb8edd2b9d780c1a 4,906 1.00/1.00 vMB 0
941,375 941,375 00000000000000000000f5083f465ea384d450602acddbdf5621c25de51ad5fa 2,696 1.00/1.00 vMB 1
941,374 941,374 00000000000000000000e0e4624c2f9de05170bc89dabb48b6df83ce96e37ab0 3,161 1.00/1.00 vMB 3
941,373 941,373 00000000000000000001ce0973cd90551571ffa64685dbcea5abde3a4e0fa8e6 1,940 0.63/1.00 vMB 2
941,372 941,372 000000000000000000011bb9fa25c3cbb7f9f4cba2a349b2e0138f942cf1fe3c 3,764 1.00/1.00 vMB 1
941,371 941,371 00000000000000000000fe9ff3c8d3550904a6b20df48d56785b4015defb8c1b 3,705 1.00/1.00 vMB 1
941,370 941,370 00000000000000000000121632705b68354efe339fd5a4d81411feb20fa272d6 2,791 1.00/1.00 vMB 4
941,369 941,369 00000000000000000000730a978f2deb14ec877d56f08e7d5b6bdc6d35d0989a 4,147 1.00/1.00 vMB 1
941,368 941,368 000000000000000000013f7ab14184abfe0266d70c2f64e6441730f312bfd5ec 3,416 1.00/1.00 vMB 1
941,367 941,367 000000000000000000004ee7e502373fc690abded50bbd059fb7d573d358b633 3,767 1.00/1.00 vMB 2
941,366 941,366 00000000000000000001d0f685b8a1d940282258f8ec923982c74df1258c8f3c 3,340 1.00/1.00 vMB 4
941,365 941,365 000000000000000000014bd5b9121bb357ac1e5d5b2abd3def5c1989131e8a27 3,457 1.00/1.00 vMB 1
941,364 941,364 00000000000000000001eff0660be179fcf2088f1f4d48e78b4b7f2d48dde695 216 0.06/1.00 vMB 1
941,363 941,363 00000000000000000000fafc46ba964067717085c5d6d66dab0727c97953604b 3,165 1.00/1.00 vMB 1
941,362 941,362 0000000000000000000169d788b0d1c57308a624ed395d2236548de660a003fb 3,697 1.00/1.00 vMB 0
941,361 941,361 00000000000000000000d80d3180d483ab587a32ecdcfa0bea0387759c17daf7 2,660 0.74/1.00 vMB 3
941,360 941,360 00000000000000000000a45019f09714d1b7f9a6f7442bed5cf6a8897e04ff75 5,012 1.00/1.00 vMB 0
941,359 941,359 00000000000000000000a5d02476a32e0feae089e10c37ca9875f9ecff043cf4 2,189 0.70/1.00 vMB 2
941,358 941,358 00000000000000000000ead7c2014a177118ea56eecef027bf75dad21010ba92 403 0.15/1.00 vMB 2
941,357 941,357 000000000000000000002fd3cce1898102c9ac80b89fb5d5d312d4528df93f26 705 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 829.26 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: 4,634.90 GB
    • Received: 251.08 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.