Loading Tool

Explorer IconExplorer

Memory Pool

73,213 transactions
28.21 vMB
0.07218744 BTC
Random Selection Loading Transactions
Max Size: 166.96/200 MB

Candidate Block

Mining Attempt 9c2e66b1b3adf6beea2b4cf09053c93fb8df84a48495d346d39f3f0aa76b5cc2
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root c745e95d16fb228f17861ef30385e26483d48262eca94aefff0b118e23694df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 1.00 vMB
Total Fees: 0.01579568 BTC
Feerates: 150.86 > 1.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (151,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,380 763,380 0000000000000000000163416b1eb2d2a4c0e4636a6681806528c89e52778106 114 1.00/1.00 vMB 13
763,379 763,379 000000000000000000029c0709e86d4ea59d06e9f59d7b90dbd6e4771beb7445 246 1.00/1.00 vMB 14
763,378 763,378 000000000000000000019ad5be106edc4eb1510dab5db672a97544e545926302 355 1.00/1.00 vMB 12
763,377 763,377 00000000000000000001d8ffee1d5cc36cbbf1877ff2e478de3243aa63ec8c88 2,205 1.00/1.00 vMB 19
763,376 763,376 00000000000000000003590ca79f77e36a4e104444ff356425b2798502ffd896 2,563 1.00/1.00 vMB 32
763,375 763,375 00000000000000000005ef93f2f00ba9f61bd2e361b89ea6d70eafd6901c2580 1,129 1.00/1.00 vMB 15
763,374 763,374 00000000000000000000727d6f2c5c85bfb20033405e3bd9b4c6166f7da3ebfd 2,226 1.00/1.00 vMB 29
763,373 763,373 00000000000000000005b080ecf3e76f31a1170a2dce2aeb340dd020fc831651 682 1.00/1.00 vMB 16
763,372 763,372 000000000000000000073b8b3af1137ac907815312ddad92cc4c18266cdfd668 1,224 1.00/1.00 vMB 17
763,371 763,371 00000000000000000006ebe43e2945de08b1140b2a19da2190f1818753f3863e 1,131 1.00/1.00 vMB 17
763,370 763,370 00000000000000000002afbe9b04d4e711e15dcee6257a8550a844020d8bb689 2,475 1.00/1.00 vMB 18
763,369 763,369 0000000000000000000268ae4de2e99fce8e15d5df14ac8d0dcbef0962f4b7f8 2,233 1.00/1.00 vMB 26
763,368 763,368 000000000000000000023f6951b67ca833b203257bea4a6005c7b31f689e6f91 2,905 1.00/1.00 vMB 29
763,367 763,367 000000000000000000019be0fe1caad17db51efaa68b87bf37ff93f4d74e3a09 2,087 1.00/1.00 vMB 34
763,366 763,366 00000000000000000002ac6b5f5531e823b5b1e71a190037e1329a1fcaeae01b 1,776 1.00/1.00 vMB 22
763,365 763,365 0000000000000000000774c6220e195f2c3ee17f5ee81ca0dc766fc2e1f99331 172 1.00/1.00 vMB 14
763,364 763,364 0000000000000000000540a3634f9f0054493e863f3fb06a872d18315ae7b9b4 1,881 1.00/1.00 vMB 24
763,363 763,363 000000000000000000037c39147a341bbb2ed1111af1ba588b3543e3af3d2c42 69 1.00/1.00 vMB 13
763,362 763,362 0000000000000000000224813e9290d4d77ee4ab7814717bdb02f738899202af 299 1.00/1.00 vMB 14
763,361 763,361 00000000000000000007755bb3bd72c7f204c1b1c2bf2c68d290d821debcb42e 1,783 1.00/1.00 vMB 22
763,360 763,360 00000000000000000000fe98a3b54eeba41f18cda2b4bddf51ef6da5225091e6 167 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.