Loading Tool

Explorer IconExplorer

Memory Pool

51,002 transactions
29.11 vMB
0.07467862 BTC
Random Selection Loading Transactions
Max Size: 157.32/200 MB

Candidate Block

Mining Attempt cb2879f95f3f59e88c82dceca1cf8ee2c91e0eebec9f239d41920d429458e7e0
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root a19f8e0b9ef9e4accf3407e597ef70cf993d35fdc08e235c56c37cf678649512
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,994
Size: 1.00 vMB
Total Fees: 0.01909156 BTC
Feerates: 173.90 > 1.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (129,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,493 785,493 000000000000000000006a0e20c37039eaeaa30960fdb0a109e80e4a29e90045 2,608 1.00/1.00 vMB 17
785,492 785,492 00000000000000000003fbb2b6c829dfd31bcecbc4b80887535f3a82ccadfd03 1,207 1.00/1.00 vMB 4
785,491 785,491 00000000000000000005d3057c534d5e34d964eab1a3e3bae037d2a0dcd477a0 1,206 1.00/1.00 vMB 6
785,490 785,490 00000000000000000002ed9d53211289a04919ad2208f1f3cc1ac0e38fd85693 677 1.00/1.00 vMB 4
785,489 785,489 00000000000000000003310c7efca79a1129bab9cfe1fc3387519067a9a42059 566 1.00/1.00 vMB 2
785,488 785,488 00000000000000000000b66f631186e0730cfa834a129e2e43e8dbc806a0e0df 2,493 1.00/1.00 vMB 15
785,487 785,487 00000000000000000005b73e48143fa8ac6d9cc2acea6e546c8c22b693a60279 1,711 1.00/1.00 vMB 16
785,486 785,486 000000000000000000056e69d3ebbc88c87b13f3900f53404750ea5c24414ebb 1,534 1.00/1.00 vMB 14
785,485 785,485 00000000000000000002b8ab3702195ba4789a8d3f022f3b192831c4e063487b 235 1.00/1.00 vMB 5
785,484 785,484 000000000000000000016f31c374a4e31eb3bd0095591ce2ec23907996489700 865 1.00/1.00 vMB 5
785,483 785,483 00000000000000000002cc3b77f8a8fd1886859bdedf99c4c1991224b9e441ed 2,000 1.00/1.00 vMB 8
785,482 785,482 00000000000000000001b7f7901efc71f5f5139929036346b9e8879b4078a5c1 1,428 1.00/1.00 vMB 11
785,481 785,481 00000000000000000004cd2951bf1d1c169663411bf0ab8821e59f3817d1ed6f 129 1.00/1.00 vMB 2
785,480 785,480 000000000000000000041b094127a47ea897953bfd4d11c186393e7cdbbbb997 1,344 1.00/1.00 vMB 7
785,479 785,479 00000000000000000004ec1f6bcd8275a59e2c740c6442a0f8b0a5814df0da10 1,147 1.00/1.00 vMB 10
785,478 785,478 00000000000000000001de9b51130db013e9a5f2b5210273ef6e9583628b4d0d 1,508 1.00/1.00 vMB 9
785,477 785,477 00000000000000000003c8369e7fb7a49ea4c20f04d5b46b855543b034605055 1,246 1.00/1.00 vMB 11
785,476 785,476 000000000000000000023feb12aeee8c24f16425565b5f585e7751a859dcfb0c 1,538 1.00/1.00 vMB 10
785,475 785,475 00000000000000000000fdf20c756ca1c0816e9c889245b62c2fb84cdaaf0970 3,827 1.00/1.00 vMB 29
785,474 785,474 00000000000000000000e959ed7a9598c8e26470cf0abcc3ab285ddbb17d9d16 2,613 1.00/1.00 vMB 17
785,473 785,473 00000000000000000004ed5f2c3a8a9ccc02f63394a0a5a16d28f4ca8399583e 3,049 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.