Loading Tool

Explorer IconExplorer

Memory Pool

80,312 transactions
30.10 vMB
0.08879008 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt ef2b936553a375983e74e88f1ae179e5671124c586b6cf4ba9d141d8af23ec5a
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c73b0fa84141271535c84085287b3570d112fec218d2501326b8a39c412de93d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.02720663 BTC
Feerates: 301.07 > 2.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (382,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,716 532,716 00000000000000000008e4a1c74b5b015d95e74b5486f4a0a6ee07549699d27c 3,040 1.00/1.00 vMB 29
532,715 532,715 0000000000000000002fd2eb476f1ea18a14c4c61153ced498d40d9589854846 2,192 1.00/1.00 vMB 30
532,714 532,714 00000000000000000020eed033fb319ff8d85e86cc9d187012b211966a50c18a 1,210 0.40/1.00 vMB 21
532,713 532,713 0000000000000000001602be411627d7bb60e80f6e89a661e0d43fb904f1fdc2 694 0.25/1.00 vMB 29
532,712 532,712 00000000000000000003edfeb8c23c685a531968202cff731c09a286b2e8824a 615 0.22/1.00 vMB 21
532,711 532,711 0000000000000000001da15751c7a1514fec3e0f110cea22753a04def728d4a4 308 0.14/1.00 vMB 16
532,710 532,710 00000000000000000034e392bf72bba46d43534a87a148cfb7f6cb1b8d9300fe 975 0.58/1.00 vMB 10
532,709 532,709 0000000000000000002397d46c43f17c7070e98cbb3a2e44fe60010cfbd25620 2,477 1.00/1.00 vMB 25
532,708 532,708 00000000000000000025d3c3fce221cac8a168325ed75445cc76312c86d66ea0 2,303 0.97/1.00 vMB 21
532,707 532,707 00000000000000000008793c09d6c87135d80beb50e3fa4d0c63a7a8edfa9668 716 0.32/1.00 vMB 25
532,706 532,706 0000000000000000000c8b13a94df2d2fb3c1be55a3683733d3e7b3798cac0be 1,696 0.65/1.00 vMB 13
532,705 532,705 00000000000000000022a854ac27d87f7511420ccc5d11d444ae7b38b27853c3 2,797 1.00/1.00 vMB 26
532,704 532,704 00000000000000000026df96b57a22238ccff0a2e2ca2d8b6cc956d5b138a4fc 387 0.13/1.00 vMB 15
532,703 532,703 0000000000000000001b57dca33b6b57e53e4650ba96d40b8576401d704d6128 485 0.15/1.00 vMB 21
532,702 532,702 00000000000000000027a1318a40c7f24802b02a9b1abfc3e92e8ebacb6dee8c 1,363 0.68/1.00 vMB 20
532,701 532,701 00000000000000000034bf5215e95c607d2161cae273b709c9ffe5d1c7713d4b 446 0.25/1.00 vMB 14
532,700 532,700 00000000000000000027d791c8d510b0012f76f39fb1fbb99034c7e8459ebdac 79 0.02/1.00 vMB 39
532,699 532,699 0000000000000000000860f8b9c9a4cd1d6fe55f0cb7180039b5e9e56661c5b9 2,303 0.79/1.00 vMB 21
532,698 532,698 000000000000000000155d7eefa24ef9607a116baf566badff3905b7c8d77144 1,868 1.00/1.00 vMB 21
532,697 532,697 0000000000000000000e88224ce3d6499925707bd3ec4e8cc9cf271efc408199 2,623 0.85/1.00 vMB 18
532,696 532,696 0000000000000000001b409d391f0e3022e12189603b9752af06dba7170f83a7 1,139 0.43/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.