Loading Tool

Explorer IconExplorer

Memory Pool

80,930 transactions
30.29 vMB
0.15453335 BTC
Random Selection Loading Transactions
Max Size: 182.58/200 MB

Candidate Block

Mining Attempt d6aa1da45e63d39e4909f02c678db99d9cf08c714bb7983239c39c3aaeba0795
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root a937ab1c5cf6133c50f28ab85c14a4c48252ad81c997f1f4c7f2560b63e2a434
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.07996348 BTC
Feerates: 251.00 > 8.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (381,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,462 533,462 0000000000000000002397e4e1d487003bd74dd78116128bcd1ddc70dcd28569 2,221 0.88/1.00 vMB 25
533,461 533,461 00000000000000000016436a9b3c4f30c955c82b0bcdd755f9da6543664e7c00 257 0.10/1.00 vMB 42
533,460 533,460 0000000000000000002dccfb039097ad5e14d4d2bac0088b2c5f9eac8018c40a 842 0.36/1.00 vMB 18
533,459 533,459 000000000000000000194806fc492eadfd0bdee8ecbaf92f010081ec7140021e 2,755 0.93/1.00 vMB 24
533,458 533,458 00000000000000000031b02d103aa94c0e9ca7034b31fe9293f4fdfa7689c2f2 1,316 0.63/1.00 vMB 47
533,457 533,457 0000000000000000001780b02844d3c76f243b33f5faa5fbc7e342e9c3189f5b 581 1.00/1.00 vMB 3
533,456 533,456 0000000000000000002aa4034ea7c703ef28c4d03dc40400893a81b19cae7286 2,700 1.00/1.00 vMB 42
533,455 533,455 00000000000000000034206f06c6bc048e05bfee5ec0327de7a02529aa1e2946 1,768 1.00/1.00 vMB 6
533,454 533,454 0000000000000000002d2b80f8e442a3c7ebc55d434e2fac7567a7eed33df39e 571 0.36/1.00 vMB 48
533,453 533,453 0000000000000000001a31e044aceecc2f58af453d532ab276b4b53b52d531cd 2,284 1.00/1.00 vMB 16
533,452 533,452 0000000000000000002017e6ff90e659f3158daf3dd57f818f7c8c3a30b80dec 2,300 1.00/1.00 vMB 8
533,451 533,451 00000000000000000015cb6970070c2679c59cece2a56b78b95904721ecacc0b 2,463 1.00/1.00 vMB 18
533,450 533,450 0000000000000000000e1aa78b0a140a70a82df183e48ce30294bf56f2b9d41d 2,661 1.00/1.00 vMB 25
533,449 533,449 000000000000000000087566307471c3a343c5ce2bc765fe21ca9c1fab3cb44f 2,699 1.00/1.00 vMB 44
533,448 533,448 00000000000000000006f520c533b1475acf94bef71a49815bb9330775a02aac 2,743 1.00/1.00 vMB 34
533,447 533,447 0000000000000000002486f411037311ae477671702d750906970d9114df2263 2,229 0.97/1.00 vMB 27
533,446 533,446 00000000000000000000233bc7bb287a808d7714a29d21db7b8fb6953c1a94aa 2,039 1.00/1.00 vMB 44
533,445 533,445 00000000000000000027566ee36f9abdd7669797265f598a4cbcf0a802b98c1c 2,252 1.00/1.00 vMB 14
533,444 533,444 0000000000000000001b4cc1c7ccbf4463277afcfbd7a50aacadc0b39b006003 2,149 1.00/1.00 vMB 33
533,443 533,443 00000000000000000021b92ac8554bb5070b217ce2a8a4b148e0a78318badc47 1,807 1.00/1.00 vMB 61
533,442 533,442 0000000000000000000867284225f41a7143767baaac0b6baab987b376e8f467 1,311 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.