Loading Tool

Explorer IconExplorer

Memory Pool

41,899 transactions
28.91 vMB
0.07194295 BTC
Random Selection Loading Transactions
Max Size: 148.36/200 MB

Candidate Block

Mining Attempt 274c4d4b9fc40fcbd3016e5205fe407f9c8a430b85ed2f20e56fab1a3379d5a4
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root d3a3d8a418dea36f3a0f550756f256346ce0d245f93da3b1a51f8617e62b1205
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,185
Size: 1.00 vMB
Total Fees: 0.01563726 BTC
Feerates: 100.19 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (68,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,510 846,510 000000000000000000013c6d22ce5eefde36653256ab5e758bd540a39e0bd68c 5,196 1.00/1.00 vMB 28
846,509 846,509 000000000000000000003bc2feb4298c0d4d7bd20f3da3fd3f48ae1751835dd4 4,241 1.00/1.00 vMB 36
846,508 846,508 00000000000000000001fd2055b3edf6dd65c20789439ef959b037e8c8d057b4 4,113 1.00/1.00 vMB 28
846,507 846,507 00000000000000000000da7a5f834d756daa5a05d73a60a6b17a05d944eb9c05 4,949 1.00/1.00 vMB 27
846,506 846,506 0000000000000000000130510c220ca3a595942e504a9d600d4a2f608164545c 3,775 1.00/1.00 vMB 36
846,505 846,505 000000000000000000016550546accdab289eaf25c93b24153d2dd2c3344ca20 4,175 1.00/1.00 vMB 31
846,504 846,504 000000000000000000014cd79802b29c1dcd7fc6debee1e3968cfc216b59bf16 4,920 1.00/1.00 vMB 24
846,503 846,503 0000000000000000000099e266c6c960e74e3464aec7d1777d93d0055333cf7a 4,534 1.00/1.00 vMB 24
846,502 846,502 000000000000000000001fa5856c76faf75f85f8b345da5ee657102032d0c59d 6,173 1.00/1.00 vMB 17
846,501 846,501 00000000000000000000a530fb1ab5945cc89e3c653093a053bfb07c75a04781 5,035 1.00/1.00 vMB 21
846,500 846,500 00000000000000000002b2c1f5a0ed5c6ecfc91514b823b92c83a17c5ebeace2 5,349 1.00/1.00 vMB 21
846,499 846,499 00000000000000000002ccfe03095b9085e3fdb506981aa3836241efed5bda72 5,485 1.00/1.00 vMB 20
846,498 846,498 00000000000000000001420c8990b4553a8106addf12fa9630b2fca2009b865a 5,999 1.00/1.00 vMB 19
846,497 846,497 00000000000000000001e183be0f89e49710f78b46c4eb159ae0c5976fda3816 5,847 1.00/1.00 vMB 18
846,496 846,496 000000000000000000020bc13dae05f86999d2955ce20d886c5ee41284731511 5,574 1.00/1.00 vMB 22
846,495 846,495 000000000000000000017b965b5a30143704f1810ff32e590cac74de87801b6f 4,639 1.00/1.00 vMB 27
846,494 846,494 00000000000000000000232da0330fe108f15a58227f4b78184eecc550fa5d66 5,518 1.00/1.00 vMB 21
846,493 846,493 0000000000000000000251db51c2b9df7884295791dee878d56fcf534c8fce36 4,872 1.00/1.00 vMB 20
846,492 846,492 000000000000000000023bde8eda17773ebc42d6b17eea2c94308ac2f77c9fdf 5,252 1.00/1.00 vMB 21
846,491 846,491 0000000000000000000235ae9b3b7d787ca4868d1b0d606871b8d23b3063d87b 4,654 1.00/1.00 vMB 24
846,490 846,490 00000000000000000001e983ca4c13d58a077045dc96b6a3dbc67b53949f6c3a 3,353 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.