Loading Tool

Explorer IconExplorer

Memory Pool

78,518 transactions
29.43 vMB
0.06867494 BTC
Random Selection Loading Transactions
Max Size: 176.80/200 MB

Candidate Block

Mining Attempt 852cd07c1cb44ba12fb8863f1c653c3c82001c21b51995fcd11bd7172f374533
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (298,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,511 616,511 000000000000000000042c77d7b3e339e0bb49dedb87a9051cdf2242cd9aeb23 2,920 1.00/1.00 vMB 27
616,510 616,510 000000000000000000033cbf9236b40e97d298ea62474a1a7379a16e9b9ca5c1 2,850 1.00/1.00 vMB 26
616,509 616,509 000000000000000000110f7fbd6521a4ba3546da5fb43614ffbdc7f3081d47fb 2,537 0.75/1.00 vMB 8
616,508 616,508 0000000000000000000407c7b772e4ebba464986b304c2dac1f4d0b7930716d8 2,184 1.00/1.00 vMB 21
616,507 616,507 0000000000000000000d15ea69fdd89fdcaec5cef948a8a03e497937ccfb448f 645 0.19/1.00 vMB 14
616,506 616,506 0000000000000000000257d7f984927f0506c8261fceefce502da21ee6908dda 1,502 0.46/1.00 vMB 12
616,505 616,505 00000000000000000008338337ccb1b3caf16009ef04abf0c283884714db8b35 3,143 1.00/1.00 vMB 8
616,504 616,504 0000000000000000000bffb43502d5721afa4524dcc29f1175463305aee9e7db 3,070 1.00/1.00 vMB 27
616,503 616,503 00000000000000000004c41b14e07a7080a11324c900b71321e0c9f2aa6c1291 2,999 1.00/1.00 vMB 24
616,502 616,502 0000000000000000000e715287e0b17bc20503a95c15ec7dc10602653dd1a482 104 0.03/1.00 vMB 14
616,501 616,501 00000000000000000002cc84360586f7eea96ae9dc8e334f60889928e0eba840 699 0.84/1.00 vMB 4
616,500 616,500 000000000000000000084e0ed418b6db8de1462965e5e6e8b98f26d333341fd7 2,905 1.00/1.00 vMB 17
616,499 616,499 0000000000000000000c0ddcf6089a8c98513a3b7374e2bdbf5e49056f91b5a7 1,304 0.97/1.00 vMB 6
616,498 616,498 0000000000000000000fe2d2d882e2a9ba12eb304dd4582e60b0c06fba665e39 3,009 1.00/1.00 vMB 25
616,497 616,497 00000000000000000003167e1f1ea7dade260d8145137f4c4aa1f4b3a973f194 2,466 1.00/1.00 vMB 20
616,496 616,496 0000000000000000000d7cba5eb4244437e0832d4f0ad07f8eacd0e3760bb8c7 3,231 1.00/1.00 vMB 14
616,495 616,495 0000000000000000000bdeea544bb246da17afc3be49c12acfa46dd31331f62d 2,371 1.00/1.00 vMB 20
616,494 616,494 00000000000000000005816b1e53e03d00f30d1a30d6854bf191380eab96e648 2,697 0.94/1.00 vMB 16
616,493 616,493 00000000000000000004060cc2f041b5f5ecc1bc338176394c2da5c897149fc2 208 0.05/1.00 vMB 13
616,492 616,492 0000000000000000000779979664d29e83a7a6e624bf6bc0db74311aa1145aaf 1,299 0.42/1.00 vMB 22
616,491 616,491 0000000000000000000a3c2602f594607fb630d8b4f8f2deed61141baf571cd8 1,567 0.67/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.