Loading Tool

Explorer IconExplorer

Memory Pool

28,417 transactions
9.35 vMB
0.09366333 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.95/200 MB

Candidate Block

Mining Attempt 61c43230684c8cf98c0643d6997bacab1d049e5c2ddc5f11585a06ed9bb01c6c
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root d2f0ace751d8936a51ccf0f2f2aad74e176ba2651222f87f5d8e19ad2b0e5702
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,443
Size: 1.00 vMB
Total Fees: 0.02511951 BTC
Median Feerate: 2.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (755,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,524 157,524 0000000000000e43fb42cca82ae4fa63ebe8254d85517661acff206de1f5706d 2 0.00 vMB 193
157,523 157,523 0000000000000e49d3705e4c47a4aa05628e8fc4c59e9ebb7aa33dd0c47cb780 6 0.00 vMB 61
157,522 157,522 000000000000072a79fa97c519fd12643284a688954538f979e4b87326139f55 16 0.00 vMB 91
157,521 157,521 0000000000000e477c6d35682cfeeb747ab69ec71ea8f7fc4c4c1bfd069ed241 35 0.03 vMB 534
157,520 157,520 00000000000001f33e959b2511c2a65ea49a2193c63e1a76782709c3c485a09a 46 0.01 vMB 4
157,519 157,519 00000000000003e9db46e3351ef77db4359474e94398bc181183a9f664b34ee4 112 0.04 vMB 139
157,518 157,518 000000000000044767b61425e820da50ae07063e5daa658dc60ca06287094d50 45 0.02 vMB 0
157,517 157,517 00000000000005d3f6963b9cd0f73b789cd982b74944bbf59f8cc049b7b5e73e 10 0.00 vMB 1,043
157,516 157,516 000000000000002fe8ec168b5e986aafa84933729c27a8620dbf7efdaad9e5c1 158 0.04 vMB 2
157,515 157,515 00000000000008ba5677ba4e146dacac42b17d947f5865e463cf03bd943d228a 14 0.01 vMB 202
157,514 157,514 0000000000000e477dc27a290fe487f65ae5416e26175514621dc87ff5192cd8 75 0.03 vMB 66
157,513 157,513 000000000000010a886ff7eaf4acf560a5d3c51ee6409056a80343b201727e36 5 0.00 vMB 228
157,512 157,512 00000000000005898967ce9dddd3cdcb0eab4ff71d32d650f8048dae02bdf9f2 47 0.06 vMB 51
157,511 157,511 00000000000005a675363207095d216e28645c760f9093c95acb17e09db33675 55 0.02 vMB 696
157,510 157,510 00000000000000983de380baa1f6a0e8ec51af00f2ac38d16341d537d8d3d483 14 0.00 vMB 478
157,509 157,509 00000000000005f37eb267a9bec8674d00860963832dfe8de44df51d0ccde01b 11 0.00 vMB 15
157,508 157,508 00000000000003232556edf5eeba578c6a68d2af37c1109aae018c63357aa763 42 0.02 vMB 366
157,507 157,507 0000000000000c0441f20958beb4ee1be8b6aaf67de439c17907f79b96c202e0 108 0.05 vMB 32
157,506 157,506 0000000000000bde9aa6a9d6e52feaa9e5ba57332f2e4ed6d2de77601ed273a5 9 0.00 vMB 60
157,505 157,505 00000000000002ad9d8f090cfa353f9b0f4004e029d0eb94a4f054ef2b01037f 11 0.01 vMB 59
157,504 157,504 00000000000003a3cc74caabf801a82536889d4be6a5b923550c38698913fca8 13 0.00 vMB 72
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 74
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.29 GB
    • Received: 0.46 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.