Loading Tool

Explorer IconExplorer

Memory Pool

27,815 transactions
13.44 vMB
0.04901603 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.08/200 MB

Candidate Block

Mining Attempt c6c6bd574ea7ceecc1ddb6a92826c618e6e7e44cdb2663bf9c540f7331538c6d
Version 20000000
Previous Block 0000000000000000000101a60140937eeb7606df9e9b3ded33b809e5132ee563
Merkle Root 33a55ec24d5af084cd7b94b66219f280604f695293f11d23655da6dd8d81cf38
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 766
Size: 1.00 vMB
Total Fees: 0.01330344 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,516 (741,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,554 171,554 0000000000000757cd0e73a7b38c8293d5ed9d00901f568d941fa54e9b1ef43a 12 0.00 vMB 36
171,553 171,553 000000000000002bfc4579b883102a1fcc786416e8681d1850d9a0aef53026e7 36 0.01 vMB 122
171,552 171,552 00000000000000bb4e84d5a4985eab44ae928d15c90d6695d75cce181e912abd 1 0.00 vMB 0
171,551 171,551 0000000000000013b86306a8623ff90797330ab6ca08bfeaec1b8e27254ece13 8 0.00 vMB 0
171,550 171,550 000000000000051fcf85447b81b380aada78b92c194d69f322e4a3ac014fc3dc 18 0.01 vMB 57
171,549 171,549 00000000000002579be814559faa66e24c60a140c8b557c85be2819da2a81ca5 16 0.01 vMB 87
171,548 171,548 00000000000002b27905c87c10ed4f6e25299dad65e9cd2ff6d9482cda9425a3 6 0.00 vMB 0
171,547 171,547 000000000000060dbdac726dc0009f9318ed0d95a83ad6a36cd5fb5227776b9f 13 0.01 vMB 49
171,546 171,546 0000000000000830ff8a5b39e8393483325fa90d028ee34050c7bcbe5a6f2c4c 40 0.02 vMB 151
171,545 171,545 0000000000000289db3edb90adbe9155ca21f6e6e007663ffe7669fadcbf2225 19 0.00 vMB 55
171,544 171,544 0000000000000176bc5bad6fe2992a9905dfd3262653153184ffffd236a1669c 41 0.03 vMB 353
171,543 171,543 00000000000009541d38359f065ecec8593354103b130ddd374f459a79a73a18 82 0.02 vMB 14
171,542 171,542 00000000000008707681020046944a09aad6138c7622e3ec68c9b5b6b19c4bb5 160 0.05 vMB 66
171,541 171,541 00000000000004d6c96e875641e6254440792ff5b20383bf1dfc65434e8c53e9 95 0.03 vMB 43
171,540 171,540 000000000000039e36e352bb5d450dc38f66b643f78c30746944db8c417615b1 121 0.07 vMB 168
171,539 171,539 00000000000004f5e745e6735f2630d5f574bf1154c18d86ce5a2d63a75e9338 1 0.00 vMB 0
171,538 171,538 00000000000000aafad5661a10759cfa4eea758ef29ad10a5da1a3c0221a5148 1 0.00 vMB 0
171,537 171,537 000000000000096cb039ac417d0ace34ee07f271ea82e52ab73ac0b29e610c04 1 0.00 vMB 0
171,536 171,536 00000000000009550ac4e4b466ca13c881af0c26c89487a82d6c0ea6649bb941 8 0.00 vMB 85
171,535 171,535 000000000000078aaee669a7cdca2946c52f262b79b5aabc05f9a229fd729cb7 24 0.03 vMB 16
171,534 171,534 00000000000008ad941c9755bc0d75b13af61328a50f9a4c2592872009c41527 28 0.01 vMB 407
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

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