Loading Tool

Explorer IconExplorer

Memory Pool

69,452 transactions
26.51 vMB
0.07065640 BTC
Random Selection Loading Transactions
Max Size: 159.32/200 MB

Candidate Block

Mining Attempt f16a705dff6040dfd41845b53654cac9f82661d7afde8471bd7c7c32e29eb483
Version 20000000
Previous Block 00000000000000000000b27b2190440ac27825933894e3022e019f9fbb1d36f6
Merkle Root 0c7dd31887b42f37182450d2434b34901b1b283d07bf38ac1d209c1aa070e3ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,569
Size: 1.00 vMB
Total Fees: 0.01421990 BTC
Feerates: 71.69 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,471 (28,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,367 887,367 00000000000000000000047158780b81096df5ec9534efaf882a41ba81a1454d 1,423 1.00/1.00 vMB 3
887,366 887,366 000000000000000000023c4db896791b485a40bbba3054bade6e9e99efe23170 529 1.00/1.00 vMB 2
887,365 887,365 000000000000000000006d9eba2954e1d675af37fa9a9a267a9f0f2a32db5027 1,867 1.00/1.00 vMB 4
887,364 887,364 00000000000000000002410f94238523f761724a04588a4fcb03f5e7db39177b 2,242 1.00/1.00 vMB 4
887,363 887,363 0000000000000000000016439626d34a84931160c045b71acb64cf0cd455a5fa 1,463 1.00/1.00 vMB 2
887,362 887,362 00000000000000000000c0e34b8c7c610e6f4486f3950be9d8a2aca4eb12f521 1,199 1.00/1.00 vMB 3
887,361 887,361 0000000000000000000087c485a1de5464db880fef776d389ef15b12e56dd05f 2,953 1.00/1.00 vMB 6
887,360 887,360 00000000000000000000a659d53235acf468bd7a3deddba7627a45fd3a04c91d 3,423 1.00/1.00 vMB 6
887,359 887,359 000000000000000000026b0cea3592cce351c94d6e61154a3f53591e2edc6182 3,785 1.00/1.00 vMB 8
887,358 887,358 00000000000000000000665057147b19727575099afb0dcd25d5266c4a5e6541 1,944 1.00/1.00 vMB 4
887,357 887,357 000000000000000000015c7b598bd3a60d397814a2c9424ea0be7f37a5afd99b 2,922 1.00/1.00 vMB 6
887,356 887,356 000000000000000000010e38a76b1a026db7b2a1b7cb7b592dba4ae7324c23de 2,733 1.00/1.00 vMB 5
887,355 887,355 00000000000000000000cd0b072e5a1d1b7f9f639d8d077d2bcab9685f3c69bc 2,829 1.00/1.00 vMB 6
887,354 887,354 0000000000000000000196afb8ffa4b9a6c1db7c2fecbfed04b10a454f8b2aab 1,585 1.00/1.00 vMB 3
887,353 887,353 0000000000000000000148ebc8f387fdfd325015d06df938cfdbdc784b353f42 3,421 1.00/1.00 vMB 8
887,352 887,352 000000000000000000015beaf0a0cd7defd550b7d25e0c7f056050c76e327c2c 3,550 1.00/1.00 vMB 9
887,351 887,351 00000000000000000000a44f459709c10c50e294e950b40fe61a90afff96bcf8 983 1.00/1.00 vMB 3
887,350 887,350 000000000000000000021fa43d2016e3e3f4f38f221d5d7899f749f069bb933e 867 1.00/1.00 vMB 3
887,349 887,349 000000000000000000019699121efdd7c6156c7cf7d0d18d0196a8c7b1f6e97d 2,628 1.00/1.00 vMB 3
887,348 887,348 000000000000000000016b977c2e9047081a7c9681854269e129f57c5d6c83d9 2,771 1.00/1.00 vMB 4
887,347 887,347 000000000000000000017e1dbd6aae9bc44a75b28aba1a013b186d39a129cc97 1,658 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.21 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: 755.94 GB
    • Received: 18.97 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.