Loading Tool

Explorer IconExplorer

Memory Pool

42,243 transactions
27.60 vMB
0.08728375 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt ee1eaf2f466ec6bab8dcee6110f6a5b6ea848a719e56fe95721d87e1998b4216
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 768b976a81faca5cd88e8125492d989afa42ad4a116ba6d69dc5229e01eee8cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,021
Size: 1.00 vMB
Total Fees: 0.03202097 BTC
Feerates: 144.55 > 3.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (315,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,517 599,517 0000000000000000000233a07e732e97d5508a937b48cf91ace806ee9dc964dc 2,990 1.00/1.00 vMB 20
599,516 599,516 0000000000000000000f1aa41ba6c8f21b44136f08985c89e714b1f3cd557520 3,085 1.00/1.00 vMB 13
599,515 599,515 0000000000000000000f757b4214e3db69aa71aa72456009fc87abe1fa4b81da 2,741 1.00/1.00 vMB 17
599,514 599,514 0000000000000000000362e77833aa0b2943d7aa3b60fcef1780dc874dd925b8 3,372 1.00/1.00 vMB 32
599,513 599,513 0000000000000000000f8d462be583df1466e0a10883d4273c2a7f9de121818c 2,650 1.00/1.00 vMB 16
599,512 599,512 00000000000000000013e536488ef22f7eb8a2c7e990fe7aee893df847c973f2 2,693 1.00/1.00 vMB 18
599,511 599,511 000000000000000000056a1559fb5466841c399e25bbacd90e2ac46f37eeca51 1,952 1.00/1.00 vMB 21
599,510 599,510 00000000000000000013c3e702fa6d7dec00ab492c8c8b6408d0898929b014e9 3,486 1.00/1.00 vMB 31
599,509 599,509 000000000000000000093b82a96fc66f5d71005e7b09bc4149b468eeaa13e1fe 3,229 1.00/1.00 vMB 32
599,508 599,508 00000000000000000009826077b18fde7070f38d995ac873e45dd47c3757a558 2,574 1.00/1.00 vMB 28
599,507 599,507 0000000000000000000030b9d0f45ae7709dbefceb8cbbcf326a4f8eb940b97d 3,385 1.00/1.00 vMB 33
599,506 599,506 00000000000000000008c46e79575676046b5e2ff10c7afb5541e3bd9671a5f7 2,555 1.00/1.00 vMB 33
599,505 599,505 000000000000000000062cce700f90892a0169cb5485e58ddd8675581a9e438c 2,117 1.00/1.00 vMB 31
599,504 599,504 0000000000000000000c380ab99a34d0858f3bf3cfc757bb6f000d4bef12a376 1,908 1.00/1.00 vMB 23
599,503 599,503 0000000000000000000ff00b2b14f92af548282888ed2b79299d6ebddc293e9e 1,619 1.00/1.00 vMB 43
599,502 599,502 00000000000000000006d150b4b6992630268f821236d3628a0830f15e8d8dc2 1,270 0.35/1.00 vMB 13
599,501 599,501 0000000000000000000cb6141c8076e24f3a1799eef37201634ef392197668f3 2,606 1.00/1.00 vMB 7
599,500 599,500 0000000000000000000d4ea3b38622937248086d6a2d09cd3710563cedfbbc83 3,023 1.00/1.00 vMB 22
599,499 599,499 00000000000000000011b5f546ab80e5a54239e5c6b37ed26a77723c913a8f12 3,084 1.00/1.00 vMB 14
599,498 599,498 000000000000000000120fa323419082f0bb1c5a81cfc75a9a314eed1aeacd48 3,056 1.00/1.00 vMB 17
599,497 599,497 0000000000000000001418f44f437b7059a1d0122cd44f2474a276ee2b78012e 3,257 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.79 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: 633.83 GB
    • Received: 12.21 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.