Loading Tool

Explorer IconExplorer

Memory Pool

45,170 transactions
29.19 vMB
0.06413504 BTC
Random Selection Loading Transactions
Max Size: 155.43/200 MB

Candidate Block

Mining Attempt c7dce993650791357ad210096f47698bdd10728b409b894955e81fc2ca91609c
Version 20000000
Previous Block 00000000000000000001307f1998b9f9a4e8679a9c05e963893a3b9aa72c63eb
Merkle Root 8a24f04e29a5c9e40b4e751a6a3305c21f9ee4787c066b74bb905d92620de432
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,082
Size: 1.00 vMB
Total Fees: 0.00826435 BTC
Feerates: 251.62 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,856 (454,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,986 459,986 000000000000000001925c99ef8a4902699f5c094a20aef8bd45456f282c81e4 766 1.00/1.00 vMB 20
459,985 459,985 0000000000000000004414c6edb62fd7c1698e6e78640dd6f963ffe085fc81c1 1,744 1.00/1.00 vMB 100
459,984 459,984 0000000000000000005c5f71c4f96dc2c2c7f25370e26e59ea25c199ae9fcff8 717 1.00/1.00 vMB 152
459,983 459,983 000000000000000001d0aa86df19dd90b9e82c82bc90c8b5fdbf8846b587a12e 2,041 1.00/1.00 vMB 76
459,982 459,982 0000000000000000019d3ba5f288b845f838daa1bac7213cb514f4733b0498db 2,469 1.00/1.00 vMB 153
459,981 459,981 00000000000000000003367c5c9ddaaa8e948b8dab3441b0a3182db627954f45 1,527 1.00/1.00 vMB 200
459,980 459,980 0000000000000000014e53a311138b14782d85c6677a7d65935f076d10d75b6e 1,055 1.00/1.00 vMB 55
459,979 459,979 000000000000000001b2b606db4c1bbfa8e918d2ab9753edd59d73724af8e06d 1,142 1.00/1.00 vMB 47
459,978 459,978 000000000000000000d660048fd5ecbb08b5c1f756a7507b67f65c63ecb71c97 2,277 1.00/1.00 vMB 131
459,977 459,977 0000000000000000015845dcf470920d77c38825bcf171c5d5fd623eb1635dc2 1,112 1.00/1.00 vMB 78
459,976 459,976 0000000000000000002532a975eeac88e03e69dc6ba0d531514f3e9e2473c683 374 1.00/1.00 vMB 28
459,975 459,975 0000000000000000004e48ee5597e025da3937ffa2f7089477809f0f00f928ac 477 1.00/1.00 vMB 20
459,974 459,974 0000000000000000003e03a0c401d677945889e2a4ff6a029e7baa77fed127d1 1,415 1.00/1.00 vMB 47
459,973 459,973 000000000000000000222c1b7e76af0559a3be5d8c75714500853c25faa3df5e 1,859 1.00/1.00 vMB 114
459,972 459,972 000000000000000001ae00b6e9f2a1b4b7961643d1900a8478d864a030cad277 2,247 1.00/1.00 vMB 184
459,971 459,971 000000000000000001744d4137c3cc079b02f3d84a82914d55be315afa349fd4 1,419 1.00/1.00 vMB 120
459,970 459,970 000000000000000001717e736c9901f9d88a6af46dfb398fe6e3b1f6a6354d0b 1,819 1.00/1.00 vMB 145
459,969 459,969 00000000000000000050cda25bd0be57c6f85cdbb730f0451d062d8622f67cb2 3,051 1.00/1.00 vMB 122
459,968 459,968 000000000000000000cccb37bfde45bde54518fba4bb283a427eaa1f1a870808 2,659 1.00/1.00 vMB 168
459,967 459,967 0000000000000000003d3e155251c879379e2adc3b8be5171f9efbc9ac6656c7 2,172 1.00/1.00 vMB 155
459,966 459,966 00000000000000000185f6e51d0ff6c9ed1d79ea7337435f2c862e73395ce5c7 1,860 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.14 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: 652.52 GB
    • Received: 13.79 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.