Loading Tool

Explorer IconExplorer

Memory Pool

82,834 transactions
30.70 vMB
0.13893849 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt de0c2f1f432cd969bd93900aacadfafc83bf3affcf8bf6b76f679dff3abb4f1b
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 70bda640dfa92251b5fb68e2d640b6a2461bbf7be241cf4273e0c5db9c2dee48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07408538 BTC
Feerates: 203.60 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (208,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,288 706,288 0000000000000000000b58a663554cc0f690b77a6049e8b9827da9f0318ba2d0 428 0.44/1.00 vMB 2
706,287 706,287 000000000000000000067656f1ecc90412d1887801a324eec3dbebcf07182a6b 2,571 1.00/1.00 vMB 13
706,286 706,286 0000000000000000000af59f9c7ed8dc15b2c8414bb9e2ab64a65980c6769f16 2,601 1.00/1.00 vMB 18
706,285 706,285 00000000000000000008bfbdf198454b3eea388b68eb83e0519ac4661a97a190 3,014 1.00/1.00 vMB 3
706,284 706,284 00000000000000000006455927c3186771f8898548ae61b36076bc33eca452ae 1,696 1.00/1.00 vMB 15
706,283 706,283 000000000000000000048f4a68b38e4f26dacafe7736446936e007013cb624e0 1,893 1.00/1.00 vMB 19
706,282 706,282 00000000000000000007666232d66e338287bd2fec672fe2ed78e9ba326d828c 1,019 0.41/1.00 vMB 9
706,281 706,281 00000000000000000004961c2faa66ed150f8bc5fee83cff287a4913ec45ea47 199 0.14/1.00 vMB 5
706,280 706,280 00000000000000000000502cd7cdf606efee19ebb0f6381e1f219d7864ce2224 32 0.01/1.00 vMB 21
706,279 706,279 0000000000000000000d97530fef97bc4226f9722b5261dd73f2d841963402d7 1,647 0.60/1.00 vMB 10
706,278 706,278 0000000000000000000bc537cb51b36d67129a5e2ce38feee2ba544bfd35c507 1,076 0.48/1.00 vMB 9
706,277 706,277 000000000000000000041ffb6417b6943c7e40d5d59e0dd447e5d85e40c8ffe6 3,054 1.00/1.00 vMB 13
706,276 706,276 000000000000000000001f7a629f951d63a1c78bacc1b511dc7bc71a3eb220ae 1,520 0.58/1.00 vMB 11
706,275 706,275 00000000000000000008da1aba5704bf5b5dfb34e3c6af53e6c3b836fb053ed2 353 0.20/1.00 vMB 5
706,274 706,274 00000000000000000008782cafd212bffa66e2d71aa5a576eccc5a29fe566576 2,291 1.00/1.00 vMB 10
706,273 706,273 000000000000000000058dd758c246c94b911787f6aa5918f6b7a968f7d66fb1 1,119 1.00/1.00 vMB 17
706,272 706,272 0000000000000000000c602602c2da42fb300520c5f08da7faae896ad2d751b9 1,540 0.93/1.00 vMB 14
706,271 706,271 0000000000000000000d7f4df4d413dd33df296182bf7390f1d5dd72c54717ae 2,418 0.95/1.00 vMB 15
706,270 706,270 0000000000000000000401e21b3fd2c334565a7891f2253f12a19d3ee5b6cef8 882 0.47/1.00 vMB 11
706,269 706,269 000000000000000000073a95fb1655caa021e2a3c3b44c76c1995a6c7c8ac1fb 2 0.00/1.00 vMB 24
706,268 706,268 0000000000000000000c2da58d7b6fc9f3b61a45b9f35f93d9ee3ed70dd5e7f5 1,356 0.71/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.