Loading Tool

Explorer IconExplorer

Memory Pool

78,182 transactions
29.00 vMB
0.07987631 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt 9d0a9b67a2f41bb4540cf2e99a7de0822b7c4dd98d92b4f6d4dd96d60d7b0445
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 1b3ef1ac7ff4b45093208671c0aad3527dbed7cf2848f56166fb112d6611da64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01926535 BTC
Feerates: 100.81 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (120,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,530 794,530 0000000000000000000273b02cb78f213e8c6c7a5e2694a371e74efb12edb87b 2,115 1.00/1.00 vMB 33
794,529 794,529 000000000000000000004fbf976b6f5542246b59a11ac696817c15e10cca89d4 2,522 1.00/1.00 vMB 34
794,528 794,528 00000000000000000000aee5320e7e281a6a76234f48ac698dd80d46ffa7b9e6 2,967 1.00/1.00 vMB 49
794,527 794,527 000000000000000000003e76f1379e5ab62934a6167e792819416c59044c0f3b 3,587 1.00/1.00 vMB 11
794,526 794,526 000000000000000000017b02bf25e9591b2633d28ee6059e27c8319ed1ffc082 2,991 1.00/1.00 vMB 24
794,525 794,525 0000000000000000000278f64ada2ffbfe1dbd81de3a99404c10aff5851fc991 3,091 1.00/1.00 vMB 38
794,524 794,524 000000000000000000050fb165d217c2984c9297fe34945c3203f53419cee291 2,922 1.00/1.00 vMB 30
794,523 794,523 000000000000000000019cc618a2a890bdd3c3dee94d4b3774aabfae0efc9ea7 1,552 1.00/1.00 vMB 58
794,522 794,522 000000000000000000036d423b516272484a9cd50dadb43ef086beeee8e5414c 4,547 1.00/1.00 vMB 10
794,521 794,521 0000000000000000000549d49220166ed690d1a41d084835ab7e1701be619348 1,147 1.00/1.00 vMB 12
794,520 794,520 00000000000000000000499cbc0b378260a0a3144a66e3f1d0b1cdb7ad0c38c9 2,528 1.00/1.00 vMB 17
794,519 794,519 0000000000000000000373a8143e002652eefebcb461f63291e0cd15f7bcb768 1,834 1.00/1.00 vMB 23
794,518 794,518 00000000000000000000e401a002e84f05c4e95d7eec9a13faefb22452ccf482 3,078 1.00/1.00 vMB 39
794,517 794,517 00000000000000000002f580d549c76c517b6a703d164b10b0f35df49651296c 1,664 1.00/1.00 vMB 13
794,516 794,516 000000000000000000041be9469a3855e6c39244613efc4c2d95a7d4b768cda6 2,438 1.00/1.00 vMB 16
794,515 794,515 000000000000000000003b7217f8d9f188fe39bd36eea616ced6fcf67483e8a9 2,691 1.00/1.00 vMB 18
794,514 794,514 00000000000000000002e06bb7f619bb2f994419a7f336f5b834701d9f5d6b8a 2,045 1.00/1.00 vMB 28
794,513 794,513 000000000000000000044756a9079c83d1ef923896e8177a4e98954efc8b7cf4 2,090 1.00/1.00 vMB 29
794,512 794,512 000000000000000000034f0e1bbadd6d5592ae4bfc0f80fdd65ebbeb94ae91c1 2,666 1.00/1.00 vMB 35
794,511 794,511 000000000000000000025ae75178b0af59bddfcad024f4fb929874fe0459553c 3,376 1.00/1.00 vMB 49
794,510 794,510 00000000000000000000ff8979c9160bc21b5e3ff61379dadc20794f057db5f0 3,302 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.