Loading Tool

Explorer IconExplorer

Memory Pool

82,396 transactions
30.18 vMB
0.13668566 BTC
Random Selection Loading Transactions
Max Size: 182.38/200 MB

Candidate Block

Mining Attempt e3aada3acd37926292623785bdfd589340d0e22b00b246fedb3cd6b1392b51a2
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 83d6c5bb9b6cf1e8e733baae66e4ca4d22ce7c8529084ca7f1d12eb5a772489b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.05671127 BTC
Feerates: 477.45 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (385,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,507 529,507 000000000000000000047d16287c2d07f7dd5973ea2594baaaefcfa6a6254bde 1,171 1.00/1.00 vMB 15
529,506 529,506 00000000000000000008bd9a14fcede6a6530b229ec325e39e30ea5e23c427b6 790 1.00/1.00 vMB 1
529,505 529,505 0000000000000000001f9ff841d737b1b88742ca39c4c8e363ab305a9d5fd7a9 2,145 1.00/1.00 vMB 26
529,504 529,504 000000000000000000220bd0dbc89c45c874078fe905932369dc631da4478fd3 2,984 1.00/1.00 vMB 39
529,503 529,503 00000000000000000011eb7e096acc51b404e40044bb82492af4477d049f7732 2,737 1.00/1.00 vMB 28
529,502 529,502 0000000000000000002391e6f7a90e104f9a2571a4892681f2b26d87285a1976 2,127 1.00/1.00 vMB 36
529,501 529,501 000000000000000000176dcca2ef6b2f2dda1804df6e3d147c698eca207f53a8 2,370 1.00/1.00 vMB 53
529,500 529,500 000000000000000000328a45fb2350c9d73ddeeaa0c6bfccd6656bf468d552bf 1,798 1.00/1.00 vMB 8
529,499 529,499 0000000000000000002143f27a6a56945e0f4a0a8510628e42f4fd21948effab 2,194 1.00/1.00 vMB 36
529,498 529,498 00000000000000000027cfd7e4b886769ab8d1c0bed35c70c0796dce997dea0d 2,447 1.00/1.00 vMB 24
529,497 529,497 0000000000000000003585a3f5c535ac481e4a02fba6f7450dd9626f6abc6dd9 1,519 1.00/1.00 vMB 10
529,496 529,496 0000000000000000000909e9d74d2f281b6379ad00d5bd4f17fff04f89eba4cf 2,893 1.00/1.00 vMB 39
529,495 529,495 00000000000000000010d55bc3ee3a9662be167a9f7404635bc31af46da54095 2,097 1.00/1.00 vMB 29
529,494 529,494 000000000000000000228a6a51265d4b093466f7bfc3af4c2ec891356d87ea24 2,976 1.00/1.00 vMB 25
529,493 529,493 00000000000000000006c44acf9a60879bf0d9355ac8f4af4ed5e7399b54a51c 2,576 1.00/1.00 vMB 78
529,492 529,492 00000000000000000026ae59c0a76b2488c82c3b20aa908bd4f7a263c303ee09 2,808 1.00/1.00 vMB 40
529,491 529,491 00000000000000000005109319eb610fac6dd7134f4bcc66382b257efe203873 2,110 1.00/1.00 vMB 15
529,490 529,490 0000000000000000003350a141cfaadb69eb469406701500d484b76a59ba44f9 2,615 1.00/1.00 vMB 53
529,489 529,489 000000000000000000023a7045266941a2da6486ffdced446b3ef5afed5113e2 2,249 1.00/1.00 vMB 26
529,488 529,488 00000000000000000007a1e855b6f5c5e7d7d2788e37790632a04703b6ca4cae 2,514 1.00/1.00 vMB 83
529,487 529,487 0000000000000000001a55595b0a225340ceb2267b9b62a1fe1330b6723acfd0 305 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.