Loading Tool

Explorer IconExplorer

Memory Pool

43,814 transactions
27.38 vMB
0.07107460 BTC
Random Selection Loading Transactions
Max Size: 143.67/200 MB

Candidate Block

Mining Attempt bc243d6919254f81e1920e9cec8742711f076db0777f40a9bb87ef1c04e81a5a
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 9663d829bdeade2d7fe791b15b69ff28f2bdf64bf1f038be925e468d506e7653
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,019
Size: 1.00 vMB
Total Fees: 0.01964023 BTC
Feerates: 298.50 > 1.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (317,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,513 597,513 00000000000000000007879fc53d0718a49255d2c85e753dc0509591b3751f44 2,125 0.68/1.00 vMB 30
597,512 597,512 0000000000000000000bcc6fd3ccaec259a74437afe8a0f5a4695754cec7b166 17 0.00/1.00 vMB 18
597,511 597,511 0000000000000000000d901cac6879a91df0f59c859195f46c37e5f26856c6a1 1,439 0.45/1.00 vMB 26
597,510 597,510 0000000000000000000368217f85b2e8f02b66b2a71e8b1534e32bd6ce5215b4 703 0.22/1.00 vMB 36
597,509 597,509 0000000000000000000bdc45230fa9fe3c0a2e1ab1947d38d5ccfb68f2eefab8 970 0.32/1.00 vMB 17
597,508 597,508 000000000000000000022c0a76e9e9cb931a3be8731b7360b90525d9a32c98e3 3,157 1.00/1.00 vMB 29
597,507 597,507 0000000000000000000de49a0f81cdd98143a780749431a444c016cb92f5b0bc 3,093 1.00/1.00 vMB 23
597,506 597,506 0000000000000000000ba1793492303040d9cda45be39b4a0bb9b02e5b603281 617 0.16/1.00 vMB 18
597,505 597,505 000000000000000000097cf61239767f9a777c7484eed61110a0b477ff73b652 456 0.16/1.00 vMB 31
597,504 597,504 00000000000000000014c0649515f9d6d2fae0c53a3249f55cab56a551733a99 140 0.04/1.00 vMB 25
597,503 597,503 0000000000000000000819f7b4bbc97601f4110e4608ba48a7ad7796645e0c1b 383 0.10/1.00 vMB 26
597,502 597,502 000000000000000000006328c5f8851d829efa30f336d28e293a8a8a24a1723c 1,449 0.41/1.00 vMB 25
597,501 597,501 000000000000000000136d85bcbb870e29426a0711cc6ccc3282d6dd72546d84 146 0.04/1.00 vMB 32
597,500 597,500 00000000000000000007dc82370d820bf436a2486897e93d61d3ebf5151fe2dc 1,058 0.32/1.00 vMB 3
597,499 597,499 0000000000000000001336825d3f04c5291dded517e3f44e6ab34b014bbb0190 2,803 1.00/1.00 vMB 31
597,498 597,498 00000000000000000005ec368fec7cf8cbd3b3b287ed1f32c4d9353ca937d13e 453 0.15/1.00 vMB 33
597,497 597,497 0000000000000000000861ecd21e0aacc7740fe8b57810b97a7cfbe29c9f73fa 1,778 0.55/1.00 vMB 21
597,496 597,496 00000000000000000015ac93c1301f958d911a41d7bc3ea57b9c2cdce755a31a 2,797 1.00/1.00 vMB 8
597,495 597,495 00000000000000000002d30b9088b857747bb7419cc841fc1984dc1241c3c068 3,108 1.00/1.00 vMB 51
597,494 597,494 0000000000000000000c9d82a2ad72884510fa13ebacb4304595859c39ddb21f 3,243 1.00/1.00 vMB 37
597,493 597,493 0000000000000000000354e6efe31efde59705f7c690a7f7117039934b1cf6d1 1,241 0.35/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.