Loading Tool

Explorer IconExplorer

Memory Pool

38,430 transactions
26.88 vMB
0.05463379 BTC
Random Selection Loading Transactions
Max Size: 139.87/200 MB

Candidate Block

Mining Attempt 429bf77935b98a5a10883a404b3d5b7d712bf8647e30dcb1cfd86686cd294c8c
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 33e12ed6ffcd101feb17082aff4e79a48d570e0176964c15098027dbd680ef11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 895
Size: 1.00 vMB
Total Fees: 0.00500097 BTC
Feerates: 44.54 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (595,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
319,234 319,234 00000000000000001dbf7d6a60385a3de0ab247ad8e0040895648f5e7f1edbd9 167 0.07/1.00 vMB 32
319,233 319,233 0000000000000000168d200e54a9fc2558bcd3d849423c343a1d558c07f42ff0 64 0.04/1.00 vMB 20
319,232 319,232 000000000000000007092e17d31426eefdb25ab1ee0e9a8b7d4babd4a0116c57 395 0.20/1.00 vMB 31
319,231 319,231 00000000000000000f32ba1bfe696c971c0a73151332e5623e900ee2db232dfd 301 0.17/1.00 vMB 24
319,230 319,230 00000000000000001692d273952e0f33aaea93f74b383f287a3dfd2957303813 102 0.07/1.00 vMB 12
319,229 319,229 00000000000000000ad711503431b59cd592cf59d6658c8c21b3189a12decef4 197 0.09/1.00 vMB 36
319,228 319,228 000000000000000000a27619485190974dd8e64a6c4bca7292fcf1e760c494cb 263 0.18/1.00 vMB 22
319,227 319,227 0000000000000000137dccf222b7b0be90148d7481e6058d44253dac21f1c226 207 0.14/1.00 vMB 19
319,226 319,226 00000000000000000da4cf835c7513a61220021888c8d789865126c986647730 248 0.15/1.00 vMB 25
319,225 319,225 0000000000000000264727de4d1f61ebdf0aaf44f3af8931867102942b039ab7 1,071 0.56/1.00 vMB 26
319,224 319,224 00000000000000001541e588bfd2ce951e996c985408c066486d981215a4527a 395 0.22/1.00 vMB 38
319,223 319,223 00000000000000000743e4756d7c7735f4415f681a967de82940255d24ea0546 152 0.15/1.00 vMB 15
319,222 319,222 000000000000000007c998fe146f123d0da58ddef2ee23701d09b73eada58ce2 621 0.35/1.00 vMB 26
319,221 319,221 00000000000000002054cf0dcc95f636f063921578e4c504d91dfd176c881ca3 53 0.03/1.00 vMB 29
319,220 319,220 000000000000000025e4557c11d8d9e6a252ae5aa998fde553fa56fca2a6747c 943 0.54/1.00 vMB 26
319,219 319,219 00000000000000001945e08be3442c61250b3b5abe064ed524d741a224e722e5 458 0.35/1.00 vMB 32
319,218 319,218 00000000000000001fcde66c0ef10c5057bb05a0e1d83cace058bb6dcd79080f 448 0.26/1.00 vMB 28
319,217 319,217 00000000000000000c968fac96be4076b1cac9519c28c4ab917ac4d096c4205b 398 0.21/1.00 vMB 28
319,216 319,216 000000000000000022a831fe478696f6a4709a21956233319f423c0ef1478fd1 256 0.22/1.00 vMB 21
319,215 319,215 0000000000000000082bd422f42a63552e9247e03acf016764efa843219acbec 416 0.21/1.00 vMB 73
319,214 319,214 0000000000000000188150e3f544e3a1726bff35ca92e8b264f0ff1f8a20733d 272 0.14/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.