Loading Tool

Explorer IconExplorer

Memory Pool

80,991 transactions
29.69 vMB
0.12569565 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 851a853a7caeaf480d9c4329897f554b77c1a17373769ccc128aec3dfa1bf9db
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 6249264dbfd79307df39755b7736ec6881ac2db10abedc5fa42340f55758797f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.05957309 BTC
Feerates: 151.07 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (548,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,173 366,173 000000000000000013d1257b26228d346a3166a19e9f9d00df8b224971e724b0 2,349 0.75/1.00 vMB 78
366,172 366,172 000000000000000002575edeffd0b014c6291e9fd1f7a1721cfa2fddbf5109c0 748 0.43/1.00 vMB 72
366,171 366,171 0000000000000000084dfca0f9820b8a4607cf6dd7b61e7b410d5c63027f0a90 123 0.08/1.00 vMB 32
366,170 366,170 0000000000000000118998d9ef2128c646ae70544947f5c05c8b72faf6c7ff9b 326 0.14/1.00 vMB 63
366,169 366,169 0000000000000000154153ddda870bb8ef292a85a54d950e171c18e80ca19b2b 870 0.47/1.00 vMB 73
366,168 366,168 00000000000000000a1c314fe0e65820888a3d427e4a0318a0ef7b8da2ac5214 1,338 0.81/1.00 vMB 140
366,167 366,167 0000000000000000133ef2c808da3978d0c6f57c1e5317f97c5feaf28215aece 793 0.44/1.00 vMB 113
366,166 366,166 000000000000000008173efbbd13b226fa79d9d2e6e91a20a3d6cf8e8a87420c 1,021 0.53/1.00 vMB 154
366,165 366,165 00000000000000001150517aa805c8af106aea55be3f2f4bac551895b4611f74 573 0.31/1.00 vMB 129
366,164 366,164 0000000000000000083d0e2d1d346789fc86cead8d3309b3ea0ad1467e11bfd4 954 0.57/1.00 vMB 104
366,163 366,163 00000000000000001283fdf1baf6b509c6518355b257c4cbcdc6edbc203e6181 354 0.29/1.00 vMB 67
366,162 366,162 000000000000000000b3168b73777a9a656789569255645b2a7bc45eb35249c8 1,358 0.65/1.00 vMB 113
366,161 366,161 00000000000000000f47f785dd0a87c3e948c06655cc8be60bc40bde2d8ebc51 1,254 1.00/1.00 vMB 260
366,160 366,160 00000000000000000efd8a0d2d79111c25e3b945a1e83caa8a55daef0eae1b71 2,314 1.00/1.00 vMB 55
366,159 366,159 00000000000000000d8dd9358503dbabba125b45c74afbbada4c7cf5fd85f1a1 2,037 0.75/1.00 vMB 210
366,158 366,158 00000000000000000729112c544d50d65bc7b57e4ea72fb09d959eee3ccead94 1,126 0.64/1.00 vMB 241
366,157 366,157 00000000000000000ae1d0dfbb295a5e3061657e3ccb4bb6410713fd9e695c3f 1,337 0.35/1.00 vMB 38
366,156 366,156 0000000000000000145d8e55cfc8acc95741bdbfce33df6327f4729f112a73e6 1,271 0.80/1.00 vMB 158
366,155 366,155 000000000000000007cbf60cb1920d229ac3e9eeca57a24da48f281792a80ac6 355 0.18/1.00 vMB 28
366,154 366,154 000000000000000002dfbf4b1c6bb50545938a3675d3d891e693415efb106c54 1,522 0.73/1.00 vMB 90
366,153 366,153 0000000000000000078d884b0ba0f5e0c58a3de828138d59d232225cc43b9e60 1,140 0.95/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.