Loading Tool

Explorer IconExplorer

Memory Pool

34,718 transactions
27.19 vMB
0.05629617 BTC
Random Selection Loading Transactions
Max Size: 136.17/200 MB

Candidate Block

Mining Attempt 784f9ab20b93088df00b2e77d3e97ad94062be8e0a3e0553b1bd37985bd9f63d
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 3bf652ed95a9674a591a45f4994d3c13ed603e61a9c86de049a37672aa914cdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,429
Size: 1.00 vMB
Total Fees: 0.00476345 BTC
Feerates: 77.90 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (150,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,415 764,415 00000000000000000004135278b82d4600f52166e3ce1faa6a57183c7ba55965 1,551 1.00/1.00 vMB 38
764,414 764,414 00000000000000000004992d8dd10901c7b1821b8d96fc81b9c210f65018a9db 2,916 1.00/1.00 vMB 16
764,413 764,413 00000000000000000003cfb257a7d735994390e60c75b2ccb1348cd0822f9809 2,071 1.00/1.00 vMB 17
764,412 764,412 000000000000000000058be23a9c68934091b878e11e7246f0864ad4f0c6a7fd 3,092 1.00/1.00 vMB 34
764,411 764,411 000000000000000000079c0dc00815193fd1fd1ea4dba7b64bc56acae1ad2fcc 2,105 1.00/1.00 vMB 23
764,410 764,410 000000000000000000005f7903c6c54732884dfd78b7d374812c0049da8350a4 2,480 1.00/1.00 vMB 29
764,409 764,409 000000000000000000042f8ec678f04cb6e754ca15bbcdadd791b2f56727766f 2,397 1.00/1.00 vMB 31
764,408 764,408 00000000000000000006c12b71faf41b1145e3993e6a60796a099f61805de7a2 3,726 1.00/1.00 vMB 34
764,407 764,407 0000000000000000000507379df2c43c5c42b4bbe46de4207d6fc0d6507e4c04 3,297 1.00/1.00 vMB 33
764,406 764,406 00000000000000000005a9af7649a699df65bf81ae255d94ed948d3123d33ae8 2,287 1.00/1.00 vMB 40
764,405 764,405 000000000000000000027ccfb85d7ac7d4d8f4d4f6a0170b065fd3e94d670911 1,049 1.00/1.00 vMB 6
764,404 764,404 00000000000000000000832ef652df6961fcec361065dc81506cf377a42b915c 255 1.00/1.00 vMB 8
764,403 764,403 000000000000000000002aef90fa4bf2eaf0683d72686b3bac4122ff7e40546e 1,823 1.00/1.00 vMB 16
764,402 764,402 0000000000000000000583d0865a00c01cfc8c1185ad93264cf9c79965a56eb8 3,425 1.00/1.00 vMB 34
764,401 764,401 0000000000000000000624f432b69da73136e19739004e1ec00201c825b40364 2,327 1.00/1.00 vMB 15
764,400 764,400 00000000000000000000e3aa18526442e7bf5027b519f284d626f63a346b537f 3,166 1.00/1.00 vMB 29
764,399 764,399 00000000000000000005e273b1374fb7d3fd1fedfada9e26998d208fc3200d69 2,098 1.00/1.00 vMB 16
764,398 764,398 00000000000000000000990b393472ab4951a02c8a1589acd77e01f30a3f0a8a 1,920 1.00/1.00 vMB 10
764,397 764,397 00000000000000000002208b81880bd13c7237125d893bb1cd9285a98064957c 3,096 1.00/1.00 vMB 34
764,396 764,396 00000000000000000000f6665d6cad54bd9f80e4ef36a126fcf95f6b73b738d6 1,105 0.88/1.00 vMB 19
764,395 764,395 00000000000000000005b0961857ee4fdc637bee13a2672a1dacb8b67fb9c9f0 2,220 0.96/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.