Loading Tool

Explorer IconExplorer

Memory Pool

78,381 transactions
29.35 vMB
0.07996350 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt 23102fbdb27952a1791d07b8b9a0a4f427a3a3d522baab714d737bbd0395fc6a
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 61e4e3dc70ef91e21428037354ffe3c9cd453bd6a945757859f535a5c74e2d2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 1.00 vMB
Total Fees: 0.01552155 BTC
Feerates: 301.25 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (464,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,802 450,802 00000000000000000130476e4a52074d40b0abedb9a74117f54a15f3eadc48f9 3,014 1.00/1.00 vMB 97
450,801 450,801 0000000000000000024ef0cb1988987f218de2cd08351fc25bcdab28bc74ef35 2,489 1.00/1.00 vMB 130
450,800 450,800 0000000000000000018645586e2b277fc45c4ee10fcad85775eda86680107e66 2,454 1.00/1.00 vMB 130
450,799 450,799 000000000000000001d0c15281f72e71dc59a84df1e5a22151b42122d8bb8cb8 1,589 1.00/1.00 vMB 100
450,798 450,798 0000000000000000029c8d936cb9c2d00895c4a5bd4c121fc95239968091a7fc 575 1.00/1.00 vMB 94
450,797 450,797 0000000000000000018becc1d678c8a9f873e773ef296d6775eea789f2afbf2b 1,264 1.00/1.00 vMB 119
450,796 450,796 0000000000000000021d232ac0e8335f7286111ab2d0110e3b6ba9f3e5055c19 1,767 1.00/1.00 vMB 111
450,795 450,795 000000000000000000121257664f425e9cb568f746fb6a75cd713a7b68d5c2fb 1,606 1.00/1.00 vMB 100
450,794 450,794 0000000000000000020507234afb9aec8edc4832cee34d95e6f572cae29dbab6 1,770 1.00/1.00 vMB 101
450,793 450,793 000000000000000001ad830c8eff6baa49c44c8e4485ac5b180dda19e81f7885 2,158 1.00/1.00 vMB 118
450,792 450,792 00000000000000000206104069114ecbc5f57387203cdf3dea72474addd39de4 1,538 1.00/1.00 vMB 119
450,791 450,791 0000000000000000021e54e808c8df441a8b405b1a1321f2103223460e470c2b 2,475 1.00/1.00 vMB 129
450,790 450,790 0000000000000000005568dfb6b9b23c907dba195d7cbfe391cb7d4aa8a79198 2,689 1.00/1.00 vMB 128
450,789 450,789 000000000000000002a8926d650fdc809bd24bc38272bc1cecdbce427cffec1b 892 1.00/1.00 vMB 107
450,788 450,788 000000000000000001466e6c2bf70da15b414a876041087092e4093db9a00072 467 1.00/1.00 vMB 107
450,787 450,787 000000000000000001e1cd78cf498a6a7671066562d7a0fa4f6af910b0f979d7 727 1.00/1.00 vMB 111
450,786 450,786 000000000000000001186d1047f1a7da486371b67563ed39b0b02af4f7755cc6 610 1.00/1.00 vMB 108
450,785 450,785 0000000000000000024093da1bdc71e54cb95c4dacbacda8d530bd0544d9e80d 712 1.00/1.00 vMB 109
450,784 450,784 0000000000000000009f55c06882e2e3983e0fba7a1ce10d6c7ac0c8df5c07a3 1,090 1.00/1.00 vMB 117
450,783 450,783 000000000000000000daf10617c7d4e8b5845ddc4174cf3463dbf4cdeb6e8dbb 429 1.00/1.00 vMB 106
450,782 450,782 0000000000000000013ac44fc490609218380270b0fadea2cc7b0789ec051a05 806 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.