Loading Tool

Explorer IconExplorer

Memory Pool

74,978 transactions
27.65 vMB
0.07712363 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt 14c608a12de3c621f983c0842a4b7dcf2dcf67863770115b0be481a10adbd933
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 1fe0abe375caf5c655aafaa9418d7795a2544fbe466b0a918272e63f86a672bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.01810301 BTC
Feerates: 100.08 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (311,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,384 603,384 000000000000000000001b897226689d115a8746f221914aa46108260502e6fc 2,215 1.00/1.00 vMB 14
603,383 603,383 0000000000000000000491be9ac0a6b89efff936269eb6ba2059e6f391bff791 2,803 1.00/1.00 vMB 36
603,382 603,382 00000000000000000014349e41fdaf43e663feb6ed8512da5e50181bad51365e 2,197 0.58/1.00 vMB 18
603,381 603,381 000000000000000000038ab7990db28352bc383c10a8a289d80a2579a21b2e04 977 0.30/1.00 vMB 31
603,380 603,380 00000000000000000010a43c928e2398c181e34171e2ffc23d6195ce9e475d9b 2,206 0.69/1.00 vMB 2
603,379 603,379 00000000000000000009f106de0836688c116e603f2d8c86dc0c1050be96981b 2,860 1.00/1.00 vMB 11
603,378 603,378 0000000000000000000b7aa2f5483fdfb5051e97c2e4a89c17c11fdc42addfce 2,858 1.00/1.00 vMB 37
603,377 603,377 0000000000000000000deef2459b0c8e2acdcc5ae389a9b3b35d727881f8ea83 2,814 1.00/1.00 vMB 19
603,376 603,376 00000000000000000015e80b28640b0d7fa46ea0f9a8df94f4a9e04c192e251f 2,938 1.00/1.00 vMB 37
603,375 603,375 0000000000000000000cd4062afa340d1991bffb000aa24046594035ad6e0ff8 1,983 0.62/1.00 vMB 19
603,374 603,374 0000000000000000000cb58b22bf6734581eaf5c4b0a327a5b3ad0f9924cb650 162 0.04/1.00 vMB 20
603,373 603,373 0000000000000000000d90831c1a0c5ac99aaadc04b3ae6f33abff3b2dce74c0 2,007 0.52/1.00 vMB 14
603,372 603,372 0000000000000000000d21b66c8c8d1dc38cada8916d0cd3e9bff63b6ceae8c8 3,052 1.00/1.00 vMB 22
603,371 603,371 00000000000000000010504d612c34e918c5344aff299c6d72bd5405c2c6d530 2,791 0.91/1.00 vMB 16
603,370 603,370 000000000000000000160860a7b21794d1680ab4b9fb8e5f44b592aa1bc7ba32 44 0.01/1.00 vMB 13
603,369 603,369 000000000000000000065a301fd1ed524ec6129b01a5d720ddf2c627e9594ae3 3,309 0.91/1.00 vMB 19
603,368 603,368 0000000000000000000b22e6e6f5b248b702506fa11ede6e6d0c6a565c9a165c 1,639 0.54/1.00 vMB 21
603,367 603,367 00000000000000000003f5a801243d8d41f503e7c5a2c12cf09322e66b9577de 2,187 0.62/1.00 vMB 14
603,366 603,366 00000000000000000007ce32a60af0984ba6eb11afdb8cf52c8e5e5c5ab1694f 1,979 0.75/1.00 vMB 19
603,365 603,365 00000000000000000010e63f55d8606810b8e34e698c6617f7d106c6d09e973f 353 0.12/1.00 vMB 25
603,364 603,364 000000000000000000054909885f4a6a0bd1fbda80c52b1cfffc7eb1dd7f1c34 2,416 0.89/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.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.