Loading Tool

Explorer IconExplorer

Memory Pool

79,807 transactions
29.73 vMB
0.08053527 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt 988398d1ceab8733db3acd66c226f15cb3e492c61cf2e10ac00ef61551ccfe3b
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 4a71c75d527fbd385b4577aa167cd83813a3cf96e96c347545bfbac29a1879b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,229
Size: 1.00 vMB
Total Fees: 0.02005147 BTC
Feerates: 502.65 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (449,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,959 465,959 0000000000000000018c5a83ccb4e3110a8fe305c304ff0d80468c8cb071144c 2,652 1.00/1.00 vMB 241
465,958 465,958 00000000000000000126c6c70557d10e73f83bd4c7951d79c7dd56f6876e8efc 2,117 1.00/1.00 vMB 210
465,957 465,957 0000000000000000013112229e458274a389982e5a982cc41575fd85c645dd1d 2,624 1.00/1.00 vMB 213
465,956 465,956 0000000000000000017623a9a13d2c8332e96c1c1f7e1fe20af2f1b792c33946 2,280 1.00/1.00 vMB 229
465,955 465,955 000000000000000001691e8b464d832a19c8be37c96ec846c3a26dc6fa8ad5a9 2,346 1.00/1.00 vMB 252
465,954 465,954 000000000000000001a751b464471bd8fb54c4bb9befa98789df1aad8dac40d9 1,578 1.00/1.00 vMB 301
465,953 465,953 0000000000000000001a6d1ff0d3324b76d01d57787d6179012160c8ea410791 2,343 1.00/1.00 vMB 367
465,952 465,952 000000000000000000f018869af8b8874110f7afa743fcc88ab58550c645a692 1 0.00/1.00 vMB 0
465,951 465,951 00000000000000000002c4affa7f0c6509b4fbc75003a3dfdd7fd68765efa4e9 1,924 1.00/1.00 vMB 182
465,950 465,950 000000000000000000dbe4595fe0083117359bf4a61a3e0f2442a75449658349 3,108 1.00/1.00 vMB 231
465,949 465,949 000000000000000001201ac4b78797b4a6e692d2ecc4fc63c1b484aef7c5a0fd 1,912 1.00/1.00 vMB 271
465,948 465,948 000000000000000001bea82c8b19908b5b01db4ad425a0fd42870ea2622a0791 2,935 1.00/1.00 vMB 364
465,947 465,947 0000000000000000003313754f586860513119cbdc946d5cf231d94d4689fcae 1,598 1.00/1.00 vMB 263
465,946 465,946 000000000000000001bdbfccb980954627b484c7f2d96444f491154dd850e419 1,703 1.00/1.00 vMB 272
465,945 465,945 0000000000000000018994bce65e2c58132fdbc404d441aa6e91f20d498e657f 1,820 1.00/1.00 vMB 287
465,944 465,944 00000000000000000172752926b8d8fe2e7ed569ca13d62184b33933f1ace83d 2,468 0.99/1.00 vMB 282
465,943 465,943 00000000000000000072e2c11b39b66fa9131595c6d758883b0da75fd81e9502 3,087 1.00/1.00 vMB 388
465,942 465,942 0000000000000000018518da6b711f4108f8adbef356d80fbb5886e204b28778 3,239 1.00/1.00 vMB 328
465,941 465,941 0000000000000000016887e9cccae5d29e322c99c988416a463d6a2f5845b4ff 2,324 1.00/1.00 vMB 300
465,940 465,940 000000000000000000e7dcfb45d8b2c21dfa8c2c61e0547a47950b9854967396 649 1.00/1.00 vMB 329
465,939 465,939 000000000000000000c1660872916b18f7d3bb07094c0e5f2f01d8c4f75045c3 2,301 1.00/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.