Loading Tool

Explorer IconExplorer

Memory Pool

78,282 transactions
29.03 vMB
0.08936352 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt d28a099a728241ed3fa983443f4e8fd7262a60f924de345e6cf20b41bb7ede7b
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 9a434569e2d52a3b03f4a3b3f685ccd1bb574bce9fd0a508bd2803a671c8ec4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02876072 BTC
Feerates: 477.45 > 2.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (120,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,240 794,240 00000000000000000000b7af4f3a7b4e4ccbb600de9debb2d1b8369507c4f723 1,869 1.00/1.00 vMB 15
794,239 794,239 0000000000000000000579d23dbbd59d50e5626de94c4dcea0e6aa7cd44c775f 1,726 1.00/1.00 vMB 19
794,238 794,238 00000000000000000002e06cb331192106325854050a0e564881d1b73b644eef 2,004 1.00/1.00 vMB 21
794,237 794,237 0000000000000000000473b1f7de40c6dc779dee85778c76f27d5f283de2648e 1,512 1.00/1.00 vMB 19
794,236 794,236 0000000000000000000360dd1bef618be0276cf3b4c01feaeba62c996a183cc6 2,119 1.00/1.00 vMB 23
794,235 794,235 00000000000000000001da326989128aa00f2a14e0c40f4d08947cc118726051 3,138 1.00/1.00 vMB 29
794,234 794,234 00000000000000000004595c1fa714f44ed7156eae5b9dc1b68dbccde63dd19e 2,615 1.00/1.00 vMB 24
794,233 794,233 00000000000000000002afb49b40f6d1c75730a2cb3c94aab240c7be6c8a89a7 2,127 1.00/1.00 vMB 28
794,232 794,232 00000000000000000004183deee54286938d5d86c0dc87336a7c7b182703243d 3,488 1.00/1.00 vMB 36
794,231 794,231 00000000000000000001fb3d5920850ca5848efa7b0b257ba3dedd99b239547f 3,187 1.00/1.00 vMB 27
794,230 794,230 000000000000000000055129ab3d4822466409fa35fe41ff29fc340ac0c66802 3,051 1.00/1.00 vMB 45
794,229 794,229 000000000000000000045e3810b6bb77fd2f0097a719c9b76c85a3abbadfe54f 3,588 1.00/1.00 vMB 38
794,228 794,228 000000000000000000048d65b3f0ec08e6a58cb8419e5fa17a31a37a62364fbb 3,631 1.00/1.00 vMB 36
794,227 794,227 000000000000000000010c3af94fcc5ad5870e9c83a9e3e342ae45d8a1f2e120 3,705 1.00/1.00 vMB 40
794,226 794,226 000000000000000000053d74dfc97a9c4aa80d2a9541d046263d71514cc22b91 2,354 1.00/1.00 vMB 36
794,225 794,225 00000000000000000004cafc9c552a01b7ed5b328e944d59bf6fe1fb877ae07d 3,075 1.00/1.00 vMB 53
794,224 794,224 00000000000000000002d384b10473228acda53b53d9d71604107b5b1b61a97c 2,173 1.00/1.00 vMB 41
794,223 794,223 00000000000000000001f5388a6b83a9db139c029219ff33c9ebdbdb3398162f 3,199 1.00/1.00 vMB 54
794,222 794,222 000000000000000000004b8e8ba3755115bbf0436a1f79e6b7bfa2c8f2f4065c 3,238 1.00/1.00 vMB 35
794,221 794,221 00000000000000000004ae99b44f420b2f517904361ff0d7ceea66e31b2de0dc 3,165 1.00/1.00 vMB 50
794,220 794,220 000000000000000000000c16022fb6ace3cf748783c37586ccf8e7cfa93d1fbe 6,424 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.63 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.17 GB
    • Received: 16.17 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.