Loading Tool

Explorer IconExplorer

Memory Pool

82,768 transactions
32.43 vMB
0.07366634 BTC
Random Selection Loading Transactions
Max Size: 191.87/200 MB

Candidate Block

Mining Attempt 6ba1816d483473f6071014d64586dd8c2e14cd8f3fecad7cdda612cc3d7f8860
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 4142ba49c5e1ed30e968d6fa9f3dee2ecb65669daa7d853068baf4d489c835a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,872
Size: 1.00 vMB
Total Fees: 0.00983170 BTC
Feerates: 203.60 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (298,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,220 616,220 000000000000000000028938d765726529c9dc2593157611dc215465c8063037 2,488 1.00/1.00 vMB 18
616,219 616,219 00000000000000000008c876cfdae5d2c4aeb50fe1357ada033f07a807b89cd4 2,985 1.00/1.00 vMB 18
616,218 616,218 0000000000000000000df8c6580716de59f9034fea24f77e0b6757ee7d467682 2,853 1.00/1.00 vMB 15
616,217 616,217 0000000000000000000359f2fe8b9524ef9ad0111dd492ca6077bcb4e5a9e80a 2,084 1.00/1.00 vMB 12
616,216 616,216 000000000000000000063e95ba763a51a7be6b5aea922c2537044a86e53ac054 2,893 1.00/1.00 vMB 29
616,215 616,215 0000000000000000000d4a67d3e314b71e37bf3eff0def565b8422927137aea7 2,634 1.00/1.00 vMB 28
616,214 616,214 0000000000000000000fccae351ec8a1835058d0072f69df7564e9331c6c4afc 2,506 0.85/1.00 vMB 5
616,213 616,213 00000000000000000007c4df0208d0b6b75db79ff5b23d2749425dac6ecd6f1f 2,439 1.00/1.00 vMB 11
616,212 616,212 0000000000000000000b3a7e8c28a25af10a6c74515f9dbd4adc803886279ea1 2,529 1.00/1.00 vMB 24
616,211 616,211 000000000000000000118d0acc50e865e2c658535dd5b0bf51b08afa4f503441 2,446 1.00/1.00 vMB 12
616,210 616,210 00000000000000000011e162aac1e6c250ccde622bda2916a2cde891ee2f1bd1 1,962 1.00/1.00 vMB 15
616,209 616,209 0000000000000000000da1d2002b6fd32ae6e1fb23134b2ecf5ab13134b4c093 2,687 1.00/1.00 vMB 32
616,208 616,208 00000000000000000006409a9c84f90fa83f4064f325e4b017a7285865efd54c 175 0.07/1.00 vMB 30
616,207 616,207 0000000000000000000165c70f3b27756a2d29ad7b2a4d9247b8cae8465bc722 1,701 0.53/1.00 vMB 4
616,206 616,206 00000000000000000005f64f73854f2b64a9759022e8ad0fb78e747e80924d25 2,829 1.00/1.00 vMB 21
616,205 616,205 00000000000000000011d264f6da3d53216fc51a1b00007d380897b114ff68e5 1,764 0.58/1.00 vMB 16
616,204 616,204 00000000000000000010c676dc48f1707999192c7210a638c38c0da8dc4a5f0f 2,910 1.00/1.00 vMB 2
616,203 616,203 0000000000000000000f8246bca0f29e6de4d1070d285ff0cc71fe3e9a2947d2 2,006 1.00/1.00 vMB 6
616,202 616,202 0000000000000000000a87358541de75e5d6048e81de18ee39e95d299fe91766 2,558 1.00/1.00 vMB 17
616,201 616,201 000000000000000000053b0caf4306d1edce1bc95c884a346be54fa80baeea01 3,213 1.00/1.00 vMB 24
616,200 616,200 00000000000000000004702ce79db075ac38dd051e9fb0cf1e2b3d2257d34303 3,036 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.