Loading Tool

Explorer IconExplorer

Memory Pool

82,191 transactions
30.44 vMB
0.09146531 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 10062935be42fd1d45b078d102d222e1824db07e206ad5bbcd29d7334a81d3aa
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root d5957c00ecf27ac1db298813c82b2b66a1b57464c8ba293c2d7aba2e53a0adcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.02882530 BTC
Feerates: 200.71 > 2.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (126,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,055 788,055 0000000000000000000450df6823a9e999620e5a3d1102365f0588ea9d6d5341 3,767 1.00/1.00 vMB 53
788,054 788,054 00000000000000000002901046a5fff0523b1be5bab5ad20c2c4104eaaf2a238 3,798 1.00/1.00 vMB 102
788,053 788,053 000000000000000000051ab3b95c60c0a55f8b7bb9a224cddba69933cec162dd 3,487 1.00/1.00 vMB 50
788,052 788,052 0000000000000000000249702e6a8fddfc215594e902755f40682cc4dc83690f 4,222 1.00/1.00 vMB 50
788,051 788,051 00000000000000000000638c2e7ae203e7115260a2be9f2f7c8151448954c383 3,243 1.00/1.00 vMB 129
788,050 788,050 0000000000000000000184f1735b091d61cda1a3cf804353e86bdac91e91fa3f 3,467 1.00/1.00 vMB 119
788,049 788,049 00000000000000000001912318fbb15f10e158b835c0189ab49d5be8d71217b4 3,702 1.00/1.00 vMB 153
788,048 788,048 00000000000000000001059b7af428b57bb3eb93eca4293256eb97982ea18e61 2,295 1.00/1.00 vMB 67
788,047 788,047 00000000000000000004993b1bb3d488bedfa72157b8ccc58964c9ccfc5a4884 4,235 1.00/1.00 vMB 73
788,046 788,046 000000000000000000006f05979696562fb4979ca25f50eda5937c02b56c3cf2 3,651 1.00/1.00 vMB 108
788,045 788,045 00000000000000000000e68a4a42855bef73bb7e175f074f5351fc6d0319a26a 3,007 1.00/1.00 vMB 31
788,044 788,044 00000000000000000003ee42b32f5c951bfe6b1652c6893ca5f4e4f1ed321981 3,462 1.00/1.00 vMB 78
788,043 788,043 00000000000000000004522b26a30982e6b8792e929ccc927bc699ad2b1116ec 3,450 1.00/1.00 vMB 68
788,042 788,042 000000000000000000048023f3b5f318660b7fe1b1658dd16b0e9b9aa2049209 3,599 1.00/1.00 vMB 43
788,041 788,041 00000000000000000003feabf4eede6662803be5bb1ac9af5e0ad6783b1b84a8 3,889 1.00/1.00 vMB 66
788,040 788,040 000000000000000000020469ca235e21bf6b9cdc8f42406932aa86fc7320c617 3,101 1.00/1.00 vMB 45
788,039 788,039 00000000000000000003a5afdad7cde746de4ecfd23281d3c7a67032974b7223 3,238 1.00/1.00 vMB 122
788,038 788,038 00000000000000000003841973650f853f18994bf8df4a6c1cce2443650461d5 3,016 1.00/1.00 vMB 153
788,037 788,037 000000000000000000012a637ed8b9161ca7ab12a47b3c42a904dab20a20e1b5 2,195 1.00/1.00 vMB 94
788,036 788,036 00000000000000000005bd5c60f9466045e93503be0a7597116ff7da3978ce79 2,685 1.00/1.00 vMB 58
788,035 788,035 00000000000000000000515f6b6189ab9213f9f4fc851f79be0eac40bb1ba186 3,958 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.33 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: 660.53 GB
    • Received: 14.75 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.