Loading Tool

Explorer IconExplorer

Memory Pool

82,907 transactions
30.42 vMB
0.14831865 BTC
Random Selection Loading Transactions
Max Size: 184.24/200 MB

Candidate Block

Mining Attempt cfaa38c914c09635b00a180cf419a846dcbfbe5eb29b2c112bc4c7f38f4698ee
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 9f712fae4d4221cc15f5602ec34e91e625c01793b4159b8938d585d697a82e29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,718
Size: 1.00 vMB
Total Fees: 0.06709212 BTC
Feerates: 150.61 > 6.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (235,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,876 679,876 00000000000000000004704efb7039928ec6fbba3e7d4afc6623e6c4058b521c 2,891 1.00/1.00 vMB 300
679,875 679,875 00000000000000000002bb00be50dc14875dcbfef62e090dcc0e07ac5272c1ca 2,181 1.00/1.00 vMB 144
679,874 679,874 000000000000000000052a17003f4fd510695648062c0a3a33ec28ecef7def60 2,057 1.00/1.00 vMB 165
679,873 679,873 000000000000000000073e1886fdb5eda0aade10d8dc3cb7cd05578f7a69eb9b 2,411 1.00/1.00 vMB 229
679,872 679,872 00000000000000000003007489b4fa81989eac886bb67a7f7c7d22e521828bb5 2,984 1.00/1.00 vMB 156
679,871 679,871 0000000000000000000b1b5c13303294d9f460b1edfa2d5b493aab277188bfac 2,766 1.00/1.00 vMB 216
679,870 679,870 00000000000000000000e503943593d4100ac33baca44b95ffa3984d9e11a8b7 2,593 1.00/1.00 vMB 175
679,869 679,869 00000000000000000008c739336cf7abcff0e3faf5f3f64484cc9e5317b3d9e4 2,360 1.00/1.00 vMB 226
679,868 679,868 0000000000000000000739f467ea839fc12f60130c82795574752c72bb607157 1,680 1.00/1.00 vMB 256
679,867 679,867 0000000000000000000b537d6ea2b09ec7dff2bc57c64b2d715950dd3e0ffdb6 2,060 1.00/1.00 vMB 270
679,866 679,866 0000000000000000000179ef4f8345539caae25f06b18b98fff9300648d8ae9e 3,139 1.00/1.00 vMB 286
679,865 679,865 00000000000000000009fa8397f932c5e620b9f025bc132ddcd9679e062aa154 2,705 1.00/1.00 vMB 201
679,864 679,864 0000000000000000000a0e290e27aa81c9956142e648987b5f1bdc6ec7732abe 2,307 1.00/1.00 vMB 253
679,863 679,863 00000000000000000002371aa1ebbe306f019e4697e2a971d6594c9602b1d721 1,750 1.00/1.00 vMB 203
679,862 679,862 000000000000000000011bc148da0b3e80aa37de11711850e5a1d1ee3d0ce94e 2,226 1.00/1.00 vMB 273
679,861 679,861 0000000000000000000948f5d870e01e37aa03b68b32d1411ea5559e28e724af 2,544 1.00/1.00 vMB 163
679,860 679,860 000000000000000000038b35a3624669278e332ad328deff2d3b6389bdff7652 2,079 1.00/1.00 vMB 202
679,859 679,859 0000000000000000000284cfe8b5ea719901443f6f0cfdf212f6d45e7f4b294d 2,381 1.00/1.00 vMB 178
679,858 679,858 0000000000000000000b0d756b7f42990f99fce56e3c8090e484e6261876f9e8 2,353 1.00/1.00 vMB 203
679,857 679,857 00000000000000000002f741eed6924f3a4e09c103979efcfc3949f9e744e495 2,019 1.00/1.00 vMB 196
679,856 679,856 000000000000000000081e982c7b0dfd2ad928c8f67c9d592b7dda6e5373514b 2,042 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.63 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.33 GB
    • Received: 16.20 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.