Loading Tool

Explorer IconExplorer

Memory Pool

76,418 transactions
28.12 vMB
0.08463548 BTC
Random Selection Loading Transactions
Max Size: 171.02/200 MB

Candidate Block

Mining Attempt 207faacd6a4646f46477d0d662b19cf99f7d19c0e9bbf69a4c479e29228cab58
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 1a2361dd844aadcac7e28f99d91e3e1c42b7a4b4da995157be0e44b870bc333f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,260
Size: 1.00 vMB
Total Fees: 0.02407550 BTC
Feerates: 150.75 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (371,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,525 543,525 00000000000000000000ef058af317e70f05ebe2608521d2ee96dded2f0d47c3 2,638 0.98/1.00 vMB 26
543,524 543,524 00000000000000000000cb07da14939dff4ee6b97a34e9d6bdc99f951a56fb62 1,848 0.65/1.00 vMB 23
543,523 543,523 0000000000000000001896ef8ec128720c63c8885aaeb0275e5f105feafe75d6 980 0.30/1.00 vMB 20
543,522 543,522 0000000000000000000b4e6b30fbd42525030d442d243e9eb5b5c087d7217bdd 27 0.01/1.00 vMB 32
543,521 543,521 0000000000000000000e3e608bf2511ba9dbe49c56bbc5209d161f5d640cbcfc 636 0.21/1.00 vMB 16
543,520 543,520 0000000000000000000fd45a382cf5d2d3c003c66d87d814fe6e00f3d969683c 1,892 0.60/1.00 vMB 21
543,519 543,519 00000000000000000025d889210354e8d60b16b6daa3aefcc7ee217a74c069a7 885 0.54/1.00 vMB 29
543,518 543,518 0000000000000000000f4c80928e36bedee9d54087900858e85393e5bd6c2764 2,481 0.75/1.00 vMB 25
543,517 543,517 0000000000000000000611c4c0056bbc694c413b627d9d75d3dcecb9cdaaa8f5 1,003 0.32/1.00 vMB 27
543,516 543,516 00000000000000000012385e8d11301efb0c157aca7322e77ea2d4cc4de7f502 1,887 0.64/1.00 vMB 25
543,515 543,515 0000000000000000001dbbfb432e63c33ec364522e5d2006b7631b45079bd1d4 2,724 0.89/1.00 vMB 23
543,514 543,514 00000000000000000026432c706d3117f14c8664dc216e65f82c0f84bb928f99 1,575 0.52/1.00 vMB 30
543,513 543,513 0000000000000000001e3fc068f7ee37b2905563d8d024cea96a5a43b9e5d2e7 411 0.11/1.00 vMB 22
543,512 543,512 0000000000000000000f4dd5a7a6d3f0d805ac053893c8a3fa00e2154a0bfba4 934 0.30/1.00 vMB 15
543,511 543,511 0000000000000000000fe7fb12091c6c6e4bcaaf74f49b9b187fcfc28473fdeb 3,186 1.00/1.00 vMB 26
543,510 543,510 00000000000000000012a9d268d435f54bc8b67364f0579fabdbba548d8d868b 1 0.00/1.00 vMB 0
543,509 543,509 00000000000000000016c505429afb878c7c09dba0de25d5d2423f8beb166dd9 1,100 0.41/1.00 vMB 32
543,508 543,508 0000000000000000001c351abc636ff29a7c5bf96d8a1d7e527dd15fd30cf58a 1,542 0.47/1.00 vMB 27
543,507 543,507 0000000000000000000b2d7b96e6203154482e281c894eb2d317d4eebfbbb214 1,369 0.50/1.00 vMB 28
543,506 543,506 0000000000000000000d38a826906db284d9b5e71e27d6eb982ebe856186506c 479 0.39/1.00 vMB 3
543,505 543,505 000000000000000000037acee8ad9ea5318de5b635e3093bf1249551e092923d 3,087 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.29 GB
    • Received: 17.16 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.