Loading Tool

Explorer IconExplorer

Memory Pool

36,240 transactions
26.19 vMB
0.07251033 BTC
Random Selection Loading Transactions
Max Size: 133.81/200 MB

Candidate Block

Mining Attempt 09a325467050c4a8ae4ccfb12d46b0a95ca22b57e546ae2e79a67baa0480c746
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 698b0cbab538ec7107f88c353da4d6be889a421e19e94e82f88683820edc7fa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,931
Size: 1.00 vMB
Total Fees: 0.02406378 BTC
Feerates: 713.01 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (313,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,117 601,117 0000000000000000000d8f914c0423cbd60cbafa38e89a878a3f9215bde4237a 2,294 1.00/1.00 vMB 48
601,116 601,116 0000000000000000000c60ce02e092db3ee196cb6ded9c39020ec4cd4a5286e9 2,610 1.00/1.00 vMB 43
601,115 601,115 0000000000000000000f99895843a60a5e610324e8f81312faaabcf690de5612 2,672 1.00/1.00 vMB 47
601,114 601,114 00000000000000000007e2f0d4698a602e30b75e5a0aa0d728b8ee5ad888929d 1,787 0.81/1.00 vMB 4
601,113 601,113 00000000000000000010c0ff84d4aeb998bad6ca292a8f3fa60c5f3c8cd722bc 2,408 1.00/1.00 vMB 38
601,112 601,112 00000000000000000008f482ed0e7ddf9860a257313879a33a361a00718adfaf 2,499 1.00/1.00 vMB 22
601,111 601,111 00000000000000000009bc61da5f1fadb64515535aa9aca029703e1a56da243d 446 0.15/1.00 vMB 31
601,110 601,110 0000000000000000001231a7cded3bfe5f281c95db094cd0f3eb65d2aa159f4f 1,993 0.79/1.00 vMB 21
601,109 601,109 00000000000000000004cf4fe24ffcf2b44fe7abb583f1e976e4f11ff76ac869 2,525 0.89/1.00 vMB 25
601,108 601,108 0000000000000000000d468f9f57a70e2a9e5e47f4e809f59ebe42e2274e471b 1,857 0.74/1.00 vMB 22
601,107 601,107 000000000000000000060c7a922494a7ae56b5b0f5a4e1ff4d8f24eb0d35634c 624 0.31/1.00 vMB 24
601,106 601,106 0000000000000000000faf594a3a28811d63f98bb2e5852e1c7c716c909b45e2 1,951 0.84/1.00 vMB 24
601,105 601,105 00000000000000000012d74f7c75e4d127a88a25016acf05552fba2b8b4c453a 1,903 1.00/1.00 vMB 8
601,104 601,104 0000000000000000000613940ae9d039ba70db34ec0bd814876a8469591b0d28 2,283 1.00/1.00 vMB 27
601,103 601,103 0000000000000000000f1bc2c4d5359a9e8496cecb2e79808796bdd1930b0061 1,428 1.00/1.00 vMB 11
601,102 601,102 00000000000000000011eac661a1df15f87e66a81ca3bf973a47f7227b56c5b6 2,026 1.00/1.00 vMB 25
601,101 601,101 00000000000000000008f09830ecabb11cd27d6d5f130524fd2a7d6c570b36a9 2,020 1.00/1.00 vMB 27
601,100 601,100 00000000000000000003b48d8b27f0573008657f392979bf55ef32d4f175bf40 1,762 1.00/1.00 vMB 7
601,099 601,099 00000000000000000008c05071b847b49f9db6dcee82ee89343bad70afa19ab9 2,142 1.00/1.00 vMB 39
601,098 601,098 000000000000000000036140db3ae85b490a5c712efb73e9848574b00c8b9299 703 1.00/1.00 vMB 2
601,097 601,097 0000000000000000000afbc19c8254d8301499781e9f3aa806adcc97bcd5896b 2,457 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.