Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.63 vMB
0.10708680 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 57882656560ff4bb8db75e831e9b20c8bebdc1b3e8a3b6b5ad37099cb4995ef4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 46573af18c837187ef1a059a20f7bef5572e1f9d838c614c04cd22b55afa7527
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.04145848 BTC
Feerates: 164.34 > 4.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (268,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,494 646,494 00000000000000000003f204034f849a135f568353bc53bf204df650af8e0f16 2,790 1.00/1.00 vMB 113
646,493 646,493 000000000000000000070cd799d85c621a0c195023828df50fd555bf5abcab33 3,077 1.00/1.00 vMB 100
646,492 646,492 0000000000000000000683ff168b041de164604d42aafc26482b7a56a452a7cf 2,989 1.00/1.00 vMB 126
646,491 646,491 0000000000000000000a391417a4f8e9da39ac07c4b382961ae1cf9d297fe05d 3,114 1.00/1.00 vMB 143
646,490 646,490 00000000000000000001d8c621b313183064dae99cba4663746b62c353e1523a 1,639 1.00/1.00 vMB 116
646,489 646,489 0000000000000000000f357954eda5fb84ba6c012abf544d2df339f70452439e 3,016 1.00/1.00 vMB 143
646,488 646,488 00000000000000000002aae8ee1f5ab3faad8dafb1d443bc52439e78412143e0 2,596 1.00/1.00 vMB 116
646,487 646,487 00000000000000000007087b1eff8765da9515df8f224c20d5e48142ca1bce3f 2,195 1.00/1.00 vMB 72
646,486 646,486 0000000000000000000524db72a2ee6a345b9e0e83b95bbd368a917be5fb050a 3,012 1.00/1.00 vMB 117
646,485 646,485 00000000000000000007f14b08fcaffae9bfb9b1d40b3f87605b6d84a1e8e338 2,562 1.00/1.00 vMB 101
646,484 646,484 0000000000000000000271785edc41c5e02a6c718d4c7a203f1686cebbf854d8 3,027 1.00/1.00 vMB 101
646,483 646,483 000000000000000000011bb4270610193898c9997ccc5756caf9f1bf8a55bc38 2,869 1.00/1.00 vMB 127
646,482 646,482 000000000000000000073719973ac205d961cf797429322a5bd9890034c265d0 3,190 1.00/1.00 vMB 146
646,481 646,481 0000000000000000000cbfb9ff1c9ddd90c2d0b3d5b2450b7c80659eb1fe9144 2,443 1.00/1.00 vMB 89
646,480 646,480 000000000000000000073a988df21c58039acdbae379a6d94cfcacc8fae14a4a 2,343 1.00/1.00 vMB 105
646,479 646,479 0000000000000000000a2d32b0730d8d083349d777e926f150bebd76f4c3edf9 2,118 1.00/1.00 vMB 77
646,478 646,478 0000000000000000000db1c0818b3d3ccf081a4963e7cfbd58033262bb08459e 1,175 1.00/1.00 vMB 113
646,477 646,477 0000000000000000000685dd58e4a61c787ca9844f4514689c47f7faed091fa1 2,721 1.00/1.00 vMB 85
646,476 646,476 000000000000000000044ef5b76ccfdc762ce57f4a14146692a2de1479d855bb 2,592 1.00/1.00 vMB 103
646,475 646,475 0000000000000000000aa8f17e5f7d61a5899fed181a8d86ecdf854d57b573e0 2,865 1.00/1.00 vMB 123
646,474 646,474 0000000000000000000a145d7d175e5883332e1a9ea52b84827e4dc123c164eb 2,867 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.