Loading Tool

Explorer IconExplorer

Memory Pool

79,510 transactions
30.05 vMB
0.07707241 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 05fbab7de5d033d596f433275bddc3dac9ef0bf340af6abe1e2940b4dd63d495
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 6fec320be7ade6913372872f8901a7e2439cad6d5dfbfffde8817a5a28b259d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,653
Size: 1.00 vMB
Total Fees: 0.01309908 BTC
Feerates: 81.15 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (229,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,177 685,177 000000000000000000084c2022df9fcd6a987149a0a9d9b1221da3eecd808678 2,692 1.00/1.00 vMB 102
685,176 685,176 000000000000000000009bcf25c2d1f71979d6d200f27bfe7df3cfe09bb450b5 2,910 1.00/1.00 vMB 99
685,175 685,175 00000000000000000006b4d6cf73681e3e87e07558696ba9a6dd362aa86379d5 3,197 1.00/1.00 vMB 85
685,174 685,174 0000000000000000000b1e6ac986c93ed5a0da3437ccc8afff97a8eeb3294442 2,612 1.00/1.00 vMB 69
685,173 685,173 0000000000000000000003d1e910892cf474efde8a294f095387280372f15569 733 1.00/1.00 vMB 73
685,172 685,172 0000000000000000000328957cb0c6110a563999c7645226e395f48e3213fc44 2,138 1.00/1.00 vMB 91
685,171 685,171 000000000000000000039990eda9c86bcbe8e0e4bb3c79319547b96a24f2be35 3,108 1.00/1.00 vMB 92
685,170 685,170 000000000000000000041f3eb5f6f739bf15078a635bb4e694b639a5a973ebbf 2,397 1.00/1.00 vMB 106
685,169 685,169 0000000000000000000526085208835e2bbc7b6435a57e8400b0cc7494854859 3,046 1.00/1.00 vMB 112
685,168 685,168 000000000000000000032f267e79d466d7ba718d5a4ba3e618f85ccc242bb4d0 2,569 1.00/1.00 vMB 74
685,167 685,167 00000000000000000009528b6e65fdc91b83bb44adb1c1c1672151bd833d4066 2,340 1.00/1.00 vMB 75
685,166 685,166 000000000000000000008e09920ae84148243035a629d541b43ba7bf55b3c8b1 2,836 1.00/1.00 vMB 91
685,165 685,165 00000000000000000003e2a775f8fc902d189b5972a7ed780debde8b1bfc2702 2,624 1.00/1.00 vMB 93
685,164 685,164 00000000000000000007e4fec3aa438e9d2f1062be12a874069ddd0759c27054 2,132 1.00/1.00 vMB 93
685,163 685,163 000000000000000000098352a4fc4320c2e2392cc2b5d671bcbf3d9dd84ab90a 2,307 1.00/1.00 vMB 102
685,162 685,162 00000000000000000003c673cecdd3edc6ee4cc8b4d17c45bef96a33a41f0455 2,905 1.00/1.00 vMB 108
685,161 685,161 00000000000000000005bfe67b0ad2eb8e35b5dcec621c914f610f0d072832f4 2,557 1.00/1.00 vMB 94
685,160 685,160 000000000000000000004b6e3519f09c700401be6ec99196fc1da24afb39e7a4 3,100 1.00/1.00 vMB 128
685,159 685,159 000000000000000000066671de9d9df5bc333bf8616a24f9db7abf452fb2a0c7 2,353 1.00/1.00 vMB 41
685,158 685,158 000000000000000000062828a22f2fa97f67a772d047c0bfe6c13ea9352612bb 2,291 1.00/1.00 vMB 60
685,157 685,157 0000000000000000000226d6805998aed1a93aeee3413cca580b22144764feea 1,862 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.69 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: 690.23 GB
    • Received: 16.50 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.