Loading Tool

Explorer IconExplorer

Memory Pool

32,714 transactions
10.03 vMB
0.15943207 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.44/200 MB

Candidate Block

Mining Attempt f44830ebaa64569577e05ec70d809b52d0541759b6673739a990e7c231e98fb9
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 3587889952337658b3763482e8c3c798087e71e7f83c980a1ee2fd9ecbe24882
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.07060202 BTC
Median Feerate: 4.58 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (722,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,363 190,363 00000000000006ea8b7025cb15bcc4e9abc13abbcb8c2c09671516c7a92f8f69 128 0.05 vMB 133
190,362 190,362 00000000000006a0aa8ed929491f8f40ed9b1f43f91e727f03239430ebf9f249 227 0.12 vMB 105
190,361 190,361 000000000000017f8e9eea1afd224c62533b3ef6ea9edc9ab636c0bff17b47a5 511 0.23 vMB 125
190,360 190,360 0000000000000380a19b31760a430cb1ebb97442ca369a870c1cd5ec00a9feee 512 0.16 vMB 323
190,359 190,359 000000000000018923bed6c767a6424fe268a693a73af87bfd86ab1f784293f9 141 0.06 vMB 102
190,358 190,358 000000000000043128c67245e77789a98168c5f0c4e6d325d0c6ae71fe9e3318 237 0.08 vMB 134
190,357 190,357 000000000000072819f5be4c58be16fcff734ed867a9dbf087b9d78823ab993e 199 0.07 vMB 150
190,356 190,356 00000000000002e32ae3efe6bcc09d415aa3b1615dcfe9600826be9d4a548d38 32 0.01 vMB 81
190,355 190,355 000000000000019d25fb9ffcc7b16df7dab0d84970707fdbf01ca646689e1964 135 0.06 vMB 119
190,354 190,354 000000000000037429c68476e017a041f774c1e33e8a35ab88a574bd28685d42 50 0.02 vMB 82
190,353 190,353 00000000000006531d514aebe01bd98d5a3bf57655036597af74c56fb19de0c3 102 0.03 vMB 51
190,352 190,352 00000000000003457264a80474bc261d7c821b4dbebece379b9eeb3556cfbfd4 124 0.06 vMB 97
190,351 190,351 00000000000003932aaf8d7c0ddb237f06bb83ca9a91c78c964a642cb2d797a7 22 0.01 vMB 86
190,350 190,350 00000000000005bce691b29f96581357b26113c857675fee395f271dd2de341d 169 0.08 vMB 122
190,349 190,349 00000000000005d9212d5cfb9e3060681f82cbbe158c4f6210641650150ef561 24 0.01 vMB 103
190,348 190,348 00000000000005a980b8cc7188d78724577e36766dba89aeff622c0a3b9537f4 221 0.08 vMB 135
190,347 190,347 00000000000001569178739ef95c6dac85e16020391f3568dfd3cb7b19721cd8 63 0.02 vMB 63
190,346 190,346 00000000000008ee5692f1fe52eec8459e5f65ae6069214d593352ab0149864f 256 0.10 vMB 128
190,345 190,345 000000000000086dd77e9dd9669677e11bc33dfb55d79a7688b5b8156ad26f4a 146 0.06 vMB 147
190,344 190,344 00000000000006c124613822e24e76d5c92a74d3d0547384012f24ba4de7153c 210 0.11 vMB 116
190,343 190,343 0000000000000641314b2430df4287e27af48ec763a782607f959f3909d68f80 148 0.05 vMB 193
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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