Loading Tool

Explorer IconExplorer

Memory Pool

85,229 transactions
31.92 vMB
0.19642426 BTC
Random Selection Loading Transactions
Max Size: 189.67/200 MB

Candidate Block

Mining Attempt 56f55785d5a6e2389a0184141b4ea65a03a7a15dbf5dbdd556907d18ac43a3d7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 1face031f6e91dbea42c14894f59de1ed20db8c4486d0f529e6eaa6af63195d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.07577091 BTC
Feerates: 301.64 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (867,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,852 47,852 000000001d3e3002ab7a196d37442a05db75265c1bd3838e2a6c1742c9805232 1 0.00/1.00 vMB 0
47,851 47,851 000000001b6de4f52497f3ab1330e76c682123c6bdb8689b044eb05a39c5f0fc 1 0.00/1.00 vMB 0
47,850 47,850 0000000016c1a0ca33c7e9cc960885b957fc2e62e340685526f7c2e99e359c34 1 0.00/1.00 vMB 0
47,849 47,849 000000000e1421e2cf9ccf05ed36cdf7a5640235922150311363fd21b97d30d0 2 0.00/1.00 vMB 0
47,848 47,848 0000000027fa435e3c840e15f9e562bed75a456113eaff5a38510c2f81bff518 1 0.00/1.00 vMB 0
47,847 47,847 00000000307a0c38a7a8b8586c6326af1359dd1d049dd2ca276e31a68f0a9b35 1 0.00/1.00 vMB 0
47,846 47,846 00000000270eb5c7127897f3af18c920f9b32bf32516a4efb2a0750d3337f745 1 0.00/1.00 vMB 0
47,845 47,845 0000000017cfcb4811942903b6e2102a4d145364b9964d047538d3a51c4c3866 1 0.00/1.00 vMB 0
47,844 47,844 0000000020be3c45adc983267d7bcbb31f64aa0667f86256d0a8920ad9107d3d 1 0.00/1.00 vMB 0
47,843 47,843 0000000001101c3b87fac8d97f508ae874dd955687aa9dd819b9135ac7ce3319 1 0.00/1.00 vMB 0
47,842 47,842 0000000011b1c66b1dbb6ed6eacd557103a8f350b8a6a6c405a98b7e223717d4 1 0.00/1.00 vMB 0
47,841 47,841 000000001f16f227a08cbe4b45edda388733c30afc37a8d094edd10f4a250852 1 0.00/1.00 vMB 0
47,840 47,840 000000001622d797debddac881d7b0991cd893a6ea69692848fa8ea2b4ab4cce 1 0.00/1.00 vMB 0
47,839 47,839 000000000435e8648fe451bd922535607e94bca2d466d59eee0759d5cbba8af6 1 0.00/1.00 vMB 0
47,838 47,838 0000000003a9c53b183156448a0b9c849503f9b525dd15f649d4d214c9fabc97 1 0.00/1.00 vMB 0
47,837 47,837 00000000016dcda870ca87c9cd04ed379e84344ba9e875654b1fd7fe0fdd9895 1 0.00/1.00 vMB 0
47,836 47,836 0000000000186ac35c2a0b6ead9299e19c800ec5a88c32be350fcf6f9e8abd83 1 0.00/1.00 vMB 0
47,835 47,835 0000000024b904747bf7091eafafbd1dea11d4c55cb4272346184104b5f32ced 1 0.00/1.00 vMB 0
47,834 47,834 000000002e6dce7a41f162480190ce11b7fc579e4cc91f4027bc3d25563e9e4f 1 0.00/1.00 vMB 0
47,833 47,833 000000002db30156aa534eb4fd977f1f0d5005246c7de76bf469e841286aba51 1 0.00/1.00 vMB 0
47,832 47,832 000000001b155665b64b893e97a026b88b5c909a246834d580def5de271ba5b2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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.60 GB
    • Received: 16.28 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.