Loading Tool

Explorer IconExplorer

Memory Pool

45,544 transactions
27.49 vMB
0.10989568 BTC
Random Selection Loading Transactions
Max Size: 143.84/200 MB

Candidate Block

Mining Attempt cf637f072627eccbc1c7b59887f5a5eafb5a898f58c08e07e6520266353afad9
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 1292ec3027f7b2e39c529c1ae55002b98ed6487dd9a242582d0cccf113fbb939
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.05002629 BTC
Feerates: 151.01 > 5.01 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (254,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,448 660,448 0000000000000000000dffc0c1bbbf0e75e356eaeda390e394c17e94ba42b148 2,749 1.00/1.00 vMB 73
660,447 660,447 00000000000000000005ffdf79c7812cba1e942024f86a249231a670aa3a07b5 2,501 1.00/1.00 vMB 53
660,446 660,446 00000000000000000009da8556655837d3b8669590fe65d53e2d1e695f970461 1,771 1.00/1.00 vMB 69
660,445 660,445 00000000000000000007f0caf6ce1fb0f3749848a073a52159b37b6ccbbdb77f 2,636 1.00/1.00 vMB 61
660,444 660,444 00000000000000000008ca8f6f5eb82ccd486535a8a0afa3fc18282e8a8451e2 256 0.09/1.00 vMB 48
660,443 660,443 0000000000000000000b0d42fb7bd1ed9fce5a40fa451117a518153cbbf4c513 559 1.00/1.00 vMB 2
660,442 660,442 00000000000000000008c18507f32aef01205be4f06b808d6e406110055a21d1 1,312 1.00/1.00 vMB 20
660,441 660,441 00000000000000000009a8f499c88eee9b56c473b37a968b57aec666f37cb1b1 1,576 1.00/1.00 vMB 16
660,440 660,440 00000000000000000002967017311ec8cb4d2db7d798ca4b1c8d17142b914805 1,684 1.00/1.00 vMB 18
660,439 660,439 000000000000000000058584d5ed86b405a79bb9b2d39fdda7f28958acbd4f5c 2,115 1.00/1.00 vMB 25
660,438 660,438 0000000000000000000147a60b634addcb8385536f22b514c2ced6f3b04200bb 2,627 1.00/1.00 vMB 70
660,437 660,437 00000000000000000007720b91f8ab885712f1883eae9fda562003a4458762e9 951 1.00/1.00 vMB 6
660,436 660,436 0000000000000000000077e0644674f9aeebfe009b964a093efa86f01cf9a821 1,568 1.00/1.00 vMB 28
660,435 660,435 0000000000000000000273418695635f26cec4b83befc0b3fea06044ecb9f97e 1,812 1.00/1.00 vMB 17
660,434 660,434 0000000000000000000708f4510e2eb81ae94bd80b55ed57d73f1c8b78067fc2 1,225 1.00/1.00 vMB 22
660,433 660,433 00000000000000000001ad768defbf652c94718cc26ac9c2f906b8efa472de2b 727 1.00/1.00 vMB 8
660,432 660,432 000000000000000000051f1e2500468ff16eaf6fb5e30c03a7d27d885b4f4f09 1,683 1.00/1.00 vMB 41
660,431 660,431 00000000000000000006c5e8f9a494e30b8e371629bf4fd6e4803cdd1028c217 1,280 1.00/1.00 vMB 46
660,430 660,430 0000000000000000000d8e0301d97fddbb62e97f26e1d31c3dca21128d075f99 1,274 1.00/1.00 vMB 25
660,429 660,429 00000000000000000009b6607a89a0744f3339b1c792a3b62714844b7aa1b67e 2,021 1.00/1.00 vMB 12
660,428 660,428 000000000000000000004b799d4299afa5bc6345f1f96e9c101c0e7d0db5d11a 1,843 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.