Loading Tool

Explorer IconExplorer

Memory Pool

36,323 transactions
25.77 vMB
0.07581298 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt 5f4c99bed17a5d783c5eb70b5c4dc59d1e3ad180d48646ec8dae4a3f972148b7
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8f25dccc67d8f825471fac61740227c2eb880943da9c8319dce70bd65f29915a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 1.00 vMB
Total Fees: 0.02894953 BTC
Feerates: 101.64 > 2.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (388,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,943 525,943 0000000000000000002ca4d2267b351b31f8655b42e50a54d1485491d0dd029d 2,313 1.00/1.00 vMB 22
525,942 525,942 000000000000000000224f2bc0f179c532f52431211b5f9a610a7b2bcdc17655 940 1.00/1.00 vMB 7
525,941 525,941 0000000000000000003ee29288a6b01bc24e531d7056bdfd11f75a42e2b39e4d 735 1.00/1.00 vMB 5
525,940 525,940 00000000000000000025653e24c760c3bc47e1f630d56022bc98b7e3374c95e8 828 1.00/1.00 vMB 9
525,939 525,939 00000000000000000034e10be2382b4d6a7cc3d5fe6d901caa5fb7f4f3141774 580 1.00/1.00 vMB 5
525,938 525,938 000000000000000000080d1b47b4972b9c559b9b0df9e735821491289e96e515 1,133 1.00/1.00 vMB 6
525,937 525,937 000000000000000000082a7f819b5879375305558557cc5f6ddfae821473988d 160 1.00/1.00 vMB 2
525,936 525,936 00000000000000000034f8dc70a05d3fc69e347634f55f26cd06976f953ffe7f 1,353 1.00/1.00 vMB 12
525,935 525,935 0000000000000000001edf438f4cab8dab298b16774b97b00d8ab2e9544c3b80 1,618 1.00/1.00 vMB 10
525,934 525,934 0000000000000000000ac47a9e06ac5134c0dac35c48d960eec5b760bc4f6e1b 86 0.09/1.00 vMB 74
525,933 525,933 000000000000000000097e26eba77e0a5b8697994e86f55e4a51f4f0f04b3114 272 1.00/1.00 vMB 1
525,932 525,932 00000000000000000021412a031aa36c17bffbacf23877881e3ff7f9f8ee9bc9 377 1.00/1.00 vMB 4
525,931 525,931 00000000000000000029d857be6b1941518cf3fceeb78c0eec98052fad86f100 551 1.00/1.00 vMB 6
525,930 525,930 00000000000000000039107c9d164c54582c2bd30db205a688c03c39f801a632 195 1.00/1.00 vMB 1
525,929 525,929 0000000000000000000986c7bb39ef06cd1a21c5d3333892afbb4351498e06f7 1,297 1.00/1.00 vMB 11
525,928 525,928 000000000000000000290728c895e3f832e4c9d0eeb7c88cb0e359855c9749bd 2,199 1.00/1.00 vMB 17
525,927 525,927 00000000000000000025c22a09e725d10bcc77cb8c0352733eccf711f410d252 1,211 1.00/1.00 vMB 18
525,926 525,926 0000000000000000002b6333d1b7fa3bad3b20cb2b8fef48c2f7cca4446c58b6 239 1.00/1.00 vMB 2
525,925 525,925 00000000000000000018d3eece5a2215cc6a3485d288e13276ba10753aa39cc0 1,537 1.00/1.00 vMB 14
525,924 525,924 00000000000000000009351e359704f46726649b73b68a6c7bfe3c321c0a85c3 201 1.00/1.00 vMB 2
525,923 525,923 0000000000000000000219d0d908089a7f1059779f7fba6c8a009ca175bae0d4 1,277 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.