Loading Tool

Explorer IconExplorer

Memory Pool

41,464 transactions
28.33 vMB
0.06748103 BTC
Random Selection Loading Transactions
Max Size: 145.01/200 MB

Candidate Block

Mining Attempt a34a22c08db5b1fa6c3e407aa86c89891e7b802deb299061ef7047cae9139b48
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a62b39f412c677d52a7b632b1cc992557abafceb9b55907f7a213c4ebc8ddddf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01284985 BTC
Feerates: 201.07 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (311,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,794 602,794 0000000000000000000361bc2c28222cc1447fac7ca4070df5f6d55f3054d2e7 1,598 1.00/1.00 vMB 40
602,793 602,793 00000000000000000003503a626c5bda495af8d0cc095470946b94a647a4044a 2,848 1.00/1.00 vMB 61
602,792 602,792 00000000000000000014f3f8db8c09b7cd90e6c02687ddedda844f1b12fb22fc 2,113 0.54/1.00 vMB 28
602,791 602,791 0000000000000000000c20b23bf41784df9ef8f67fff5b495bab1ddf2e84adae 2,715 0.79/1.00 vMB 29
602,790 602,790 000000000000000000088b83d54cdc0f6997104b5f803df5b6fe5dad30146ce2 3,222 0.98/1.00 vMB 3
602,789 602,789 000000000000000000132fcea27807635e045d3bff16dd110c5462d92a66d774 3,054 1.00/1.00 vMB 31
602,788 602,788 00000000000000000009ed5f80d89cefca701524b7c50fbd802dab6bb748f069 3,026 1.00/1.00 vMB 36
602,787 602,787 000000000000000000099d1603965d005e249c01bf4f975e24408e278f733288 2,709 1.00/1.00 vMB 59
602,786 602,786 0000000000000000000fac8e16f54ef1899ed4c059e1d01adc45d50d2952f6e9 2,562 1.00/1.00 vMB 15
602,785 602,785 00000000000000000015c18fae715a6d5f543edc724f3fde2b72b7009d818f9a 2,812 1.00/1.00 vMB 41
602,784 602,784 000000000000000000119839f8a9f5a021a5cd442fafd6e712089bb5cf238a8d 3,049 1.00/1.00 vMB 15
602,783 602,783 0000000000000000000e24396612da4ec125ee6c0b4507e854c5cfed1884cd30 3,049 1.00/1.00 vMB 33
602,782 602,782 000000000000000000102e4009dff642c73b215a08786bf3d417d33a87702467 1,268 1.00/1.00 vMB 2
602,781 602,781 000000000000000000038f019ba9b71b8b6d7365d6334973589a75597b7ebdb0 2,114 1.00/1.00 vMB 20
602,780 602,780 00000000000000000001154b7b0065180f60e2c3d4fa774da815f9c2c2eef86f 2,173 1.00/1.00 vMB 6
602,779 602,779 0000000000000000000961b7c7b65f86dcf209dd8fcea2e9d66e30bae7a04dba 2,178 1.00/1.00 vMB 11
602,778 602,778 0000000000000000000b6364a6213a7b039af96aaa0ad5a4fc9af0083570a32c 1,224 1.00/1.00 vMB 14
602,777 602,777 00000000000000000013b28b7b3214b4cf7e06706a50f9964793e9f3beae3d88 2,577 1.00/1.00 vMB 18
602,776 602,776 00000000000000000011fc01d32f34032da13c79b914a1bc1a7231f9047a2c40 1,695 1.00/1.00 vMB 18
602,775 602,775 000000000000000000057aafcc35bed9bda2ef0e510528c3ce13db7fa76d242b 2,368 1.00/1.00 vMB 25
602,774 602,774 00000000000000000012a43972fcd522eb2fe73288cf2922a1cd914f798de2e5 2,507 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.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.