Loading Tool

Explorer IconExplorer

Memory Pool

89,316 transactions
33.07 vMB
0.21003065 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt 9c5dbb71b4e851fcde1992cb3653ef1ea74d08fd33d192358a4604458a1c021a
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ef82e0751cfd5bf5e8be0925af7480d0358cb8ccb990d6d19803237257cb9696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09437699 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (89,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,766 825,766 00000000000000000003bd468786e03f95cd94d3c97ca1e20202b9cea6d0ef3d 4,480 1.00/1.00 vMB 138
825,765 825,765 000000000000000000022cc999b7d839eefc9cd3cf713934472220a568193203 3,841 1.00/1.00 vMB 171
825,764 825,764 00000000000000000000c579e1e54fb3fc97e466205e3f244f6db0cad70646b7 5,208 1.00/1.00 vMB 138
825,763 825,763 00000000000000000003916e61ac8584ae88720f7500e013ec92e30b2e613b8a 5,161 1.00/1.00 vMB 122
825,762 825,762 0000000000000000000310366d5a13688cbbb9b29c0e2b0587b59216d902fe4b 4,274 1.00/1.00 vMB 126
825,761 825,761 000000000000000000014f239c0f7762aa475c0a04d00b8280f5123bd13305ab 4,863 1.00/1.00 vMB 138
825,760 825,760 00000000000000000000c9ade12bcc97649fb4cd7a9b3a1f065f3de9c0e9c79d 4,879 1.00/1.00 vMB 146
825,759 825,759 00000000000000000001a316eba5125f8ed2a7e528a9f079e7ff0c0bc6060e7d 5,055 1.00/1.00 vMB 158
825,758 825,758 000000000000000000035643fcffbde7c893e20479bade22dcdc4ba03057c921 4,621 1.00/1.00 vMB 158
825,757 825,757 0000000000000000000293e2a1e97cdb885d3eaac574a93050bb71593d498d0d 5,148 1.00/1.00 vMB 149
825,756 825,756 000000000000000000010091ff3fe32882fb7815560b83989906d4e2e88ca5c7 4,714 1.00/1.00 vMB 177
825,755 825,755 0000000000000000000325d7b26f5dc585dabfab38478b7f346292c585a7ea71 5,080 1.00/1.00 vMB 171
825,754 825,754 00000000000000000003133ba076437d462f51327833bd3ee1287af229023754 4,379 1.00/1.00 vMB 179
825,753 825,753 00000000000000000001f544d0163f4a8be18a7f541bbd1a0f0213792d020948 4,896 1.00/1.00 vMB 150
825,752 825,752 00000000000000000000653407282c05099c4beaec5bcbacb99ba139cc71ba59 4,742 1.00/1.00 vMB 173
825,751 825,751 00000000000000000003833f35e1995f3b00873d9f4419471c93fc721a8179be 4,162 1.00/1.00 vMB 184
825,750 825,750 00000000000000000000477c5d63e6a5aab0728935e553d486bb0411cf8b477f 5,219 1.00/1.00 vMB 182
825,749 825,749 000000000000000000007f31e3fdda0b0aa55ae0b75e2ea9ae9ddd3a73af2cbe 4,406 1.00/1.00 vMB 180
825,748 825,748 000000000000000000003959d38cc6c9207b14c7b0213277a73605ac2d0d66db 4,657 1.00/1.00 vMB 154
825,747 825,747 0000000000000000000329a40690c9d0a816e7930dcdf5f5638a2fffdab0c5d0 5,309 1.00/1.00 vMB 172
825,746 825,746 0000000000000000000037e2f86a07c7caa7c45300692b38467423e3ea4e9718 5,134 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.