Loading Tool

Explorer IconExplorer

Memory Pool

23,132 transactions
11.44 vMB
0.02618212 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.75/200 MB

Candidate Block

Mining Attempt 49ac68dd17a4054f593b570ec5fc4ba6251528611d9b2b697b8958e31f622f95
Version 20000000
Previous Block 00000000000000000000e19162a3e2f9ebc9baa270d97a06a0e07fa40f94a65b
Merkle Root bbd955db5979cb9c444bc17ebc404b32e70d88c1f8302a13864e2db996ddd911
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,239
Size: 0.9979675 1.00 vMB
Total Fees: 0.00759878 BTC
Feerates: 60.05 > 0.76 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,671 (804,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,736 108,736 00000000000094ede8c2cdc4232390b61d3d37a708c056a4d37f1d7ce2f08254 9 0.00/1.00 vMB 0
108,735 108,735 00000000000254eb58101940e50ee0cd35e313ed88f234d11f87a26a579534a3 1 0.00/1.00 vMB 0
108,734 108,734 0000000000020574103efce6d51e7529028d8f9546963ee3c6a646679c60cd84 1 0.00/1.00 vMB 0
108,733 108,733 000000000000291df008c7e788d55279ce36f38869e7bfa4043c36a39423be26 10 0.00/1.00 vMB 0
108,732 108,732 0000000000011efb60500dfc4a64b3ac96ce761c69448c106317f06c0af671f4 3 0.01/1.00 vMB 0
108,731 108,731 000000000000f192ba93c20c1b6a4dda2a159be729fc7d1c519398ecff6f21ea 5 0.02/1.00 vMB 0
108,730 108,730 0000000000020efcdf2af917b25ea3e3c1588015f44ec111595503d1b38b7db1 14 0.00/1.00 vMB 0
108,729 108,729 000000000000abbff238fb71c656c6d6f092b6efc39553cb7eff6e1b495edcb3 3 0.00/1.00 vMB 0
108,728 108,728 0000000000002486a94d0c2218d87706807fce1869f8df46707caa5a09a85ade 1 0.00/1.00 vMB 0
108,727 108,727 000000000001918967f0c1b9ab63b375f00817af5189a7402d047c0311b94309 11 0.00/1.00 vMB 0
108,726 108,726 000000000001e81bbf358c7e5ebb6babae9614b9d8f07d61de4363c40ebb22be 42 0.01/1.00 vMB 29
108,725 108,725 0000000000015693a3494e92d43053b34a970923e367f79d31a2a571e038acb8 9 0.00/1.00 vMB 0
108,724 108,724 0000000000019db95d3b24f9d326bd1b7db2a17812244ba236c423a516eb0605 2 0.00/1.00 vMB 0
108,723 108,723 0000000000006438be40e7b0580ae7dcacd1d76a6e14a6ef52d73642082d6aa5 2 0.00/1.00 vMB 0
108,722 108,722 00000000000050a3d01b7a3ac33faaa50c8065705144d4852cf31b276a89e3d1 5 0.00/1.00 vMB 0
108,721 108,721 0000000000026f779c5514922ac5aad723f0e2bca8dff5874b963f1d17e965c8 2 0.00/1.00 vMB 0
108,720 108,720 000000000001ada1867c3ba9369207af03fdb62fdd21b9acf98f99e295d50af1 4 0.00/1.00 vMB 0
108,719 108,719 000000000001ce7cd6687277ef708b48be7c1ff263709c9b172b6406411576bc 12 0.00/1.00 vMB 0
108,718 108,718 000000000000164762f709f29b7ce17a389d9fb194e2c50df01667ca168a92c9 12 0.00/1.00 vMB 0
108,717 108,717 000000000000c4952c539544c793b173c8fb6842260a1f9cca38ef373f76a159 8 0.00/1.00 vMB 0
108,716 108,716 000000000001d333aebaf3390c7df81b249e3ad180e30996de91d6de295f3736 47 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 485.41 GB
    • Received: 3.23 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.