Loading Tool

Explorer IconExplorer

Memory Pool

37,068 transactions
28.66 vMB
0.07149608 BTC
Random Selection Loading Transactions
Max Size: 143.84/200 MB

Candidate Block

Mining Attempt 0746a0971b497bf2e028873d65a7deebc726e54b4386a5c59a7749b5222efd23
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 89c54e3fa606e68bd388ab6bfb15ed070b2c930a665cc2d75708eb1a656e1097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,785
Size: 1.00 vMB
Total Fees: 0.01595544 BTC
Feerates: 75.76 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (911,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,602 2,602 000000001eb87d7338980be3e902bcd13393cbe50d43dec5ed601c14c9bebdba 1 0.00/1.00 vMB 0
2,601 2,601 000000001ef2ee83e0a9e851bae4530566ba9353e89a7f814cef7bb36fc99641 1 0.00/1.00 vMB 0
2,600 2,600 0000000091a7488531bb1050f24c0f8f90d4da873673eb4dec62bbce56a32910 1 0.00/1.00 vMB 0
2,599 2,599 00000000d96cd57bf653812f5a3126a14ea39b089e4afa71e67e9a8bbed6a433 1 0.00/1.00 vMB 0
2,598 2,598 00000000228868bd1c5fad818799827c4bbff4cecc5673511a1c594f7ccaff4b 1 0.00/1.00 vMB 0
2,597 2,597 00000000fa68b47da2fff1d2a238f09256779c997964fc762c2b5cd6b6fdd842 1 0.00/1.00 vMB 0
2,596 2,596 00000000d66246fba8e33ff91fbbb77f902bc78328eec4d2790396bfb7987154 1 0.00/1.00 vMB 0
2,595 2,595 00000000133e1cff927825f11abd9c70201277f6f1128e06a5e333c57c5678d3 1 0.00/1.00 vMB 0
2,594 2,594 000000005ab0f1be1bd8140c1e84bbb4b036290d06bc776971f7c9eccc59ecb7 1 0.00/1.00 vMB 0
2,593 2,593 0000000065b1ae0e2ddc79aad73de63ebc730cbf4338d13ec9ce3f8cd054d787 1 0.00/1.00 vMB 0
2,592 2,592 0000000040eadecc1b9d7b61730e2cff3f4090af431470b0cce34abe47362c5a 1 0.00/1.00 vMB 0
2,591 2,591 00000000d44042e4c6cd061b8bc642eec5a159d1473531161672a1bcab531934 1 0.00/1.00 vMB 0
2,590 2,590 00000000422b3acec93f5327c7b8735e3a14ad5a56ee6087596af5b489935458 1 0.00/1.00 vMB 0
2,589 2,589 000000009bfffe757ad0a672c91bbd920f0c6bcb0dbc9915f1684eb5050f8c47 1 0.00/1.00 vMB 0
2,588 2,588 00000000826ba9819ae31fba3ffd2a377747331a7dd819d104e207518ba74021 1 0.00/1.00 vMB 0
2,587 2,587 00000000bdcba5a1acdd9363c35161e255a531a3e4974c76d0e43a88dac8bdc3 1 0.00/1.00 vMB 0
2,586 2,586 000000005d2d3a1945055e423653faa725a430381f16dfa98e1d541721a67b35 1 0.00/1.00 vMB 0
2,585 2,585 00000000741db1bbc2a0707960b309608c9da020ea96f1c15fa65e646cdfe80f 1 0.00/1.00 vMB 0
2,584 2,584 00000000cf760c950cd4733f117727628d87cff2b05ac8956e53381b908fd6e2 1 0.00/1.00 vMB 0
2,583 2,583 00000000fef31a0a1273eda2985413155755ad82e4d9ea4cfdc0bccc4df83351 1 0.00/1.00 vMB 0
2,582 2,582 00000000b03f84706793f7980988895fb09e53e14ef747c39fe82e6263392398 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 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: 621.66 GB
    • Received: 11.24 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.