Loading Tool

Explorer IconExplorer

Memory Pool

80,007 transactions
29.20 vMB
0.06835117 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt 7bc35da9e77bb360826e1c6b5f393802b668645b18aed8b4efb1642f53c19c96
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root f9be340b7d7e8952a5d3536507ee436f887e81c0aba32321b277b9ccd14da608
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,891
Size: 1.00 vMB
Total Fees: 0.00720985 BTC
Feerates: 201.05 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (120,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
794,509 794,509 00000000000000000001862d3f92b48bf0bab770b8803ff2a78de7822d620809 2,468 1.00/1.00 vMB 31
794,508 794,508 00000000000000000003b834d821c574703c7f4a2ac7f8c03ed65c71b66e5e82 2,576 1.00/1.00 vMB 19
794,507 794,507 00000000000000000003e5c07db1b9b499d06f287e158b28a14c23b852aa3c2c 2,823 1.00/1.00 vMB 18
794,506 794,506 00000000000000000001e93b237c97dc48ab9b60a4fcb9d87b93461cf8736a9c 2,348 1.00/1.00 vMB 21
794,505 794,505 00000000000000000000e97e4c343d6a1840ed20e7d23878372b0e6959a5ec36 2,190 1.00/1.00 vMB 16
794,504 794,504 00000000000000000004e07dc16639f982c431e6777ac0d19ff8ad18a24fe825 1,982 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.