Loading Tool

Explorer IconExplorer

Memory Pool

25,784 transactions
5.86 vMB
0.03623881 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.83/200 MB

Candidate Block

Mining Attempt e0ca3d0e27da66aecb9657ef268b84ca1944b8dd9ac01aa231d659e47677c024
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root 65879144d75d2408aa5a944821a47bd0aeb83b577512c221642b3a3bcd103cb3
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 0.78 vMB
Total Fees: 0.02279480 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (663,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,317 249,317 000000000000007f34e5dd286aba926656f124387d7f3b2239655effc904357a 0.05 MB 128 56
249,316 249,316 00000000000000546f208499130fff6bc39e2d88d320140ec9b66dafe64431ec 0.07 MB 131 78
249,315 249,315 0000000000000065681d0871619fdaeb530df9d465c3bc73e993331550cecc97 0.26 MB 681 150
249,314 249,314 000000000000003c9a7945abcacf330d9431608d1d32ae17039709a38ed3b564 0.00 MB 5 44
249,313 249,313 000000000000006c911cddd6813dd4c680c6b8f3915c853992e1ca15eaa36a3d 0.14 MB 359 150
249,312 249,312 000000000000008564018c368f72594b8ef60032ebc04be3076a06ffb3cbc273 0.08 MB 186 139
249,311 249,311 00000000000000560f00c0045ef151e67db695ae453d286387f5240efb455d21 0.07 MB 166 197
249,310 249,310 000000000000003a25c29cd429bbdc6f9d4ad3de5099dc931b81241e2153c08d 0.18 MB 364 640
249,309 249,309 0000000000000043a188cb11ea91dc8d8c30322d767eab9cc6781d82215ac7e6 0.02 MB 41 38
249,308 249,308 000000000000000fd307f648f4a6c448612b8a4246568813d9c2ced7ad2ea5ec 0.18 MB 412 124
249,307 249,307 0000000000000059591ac5a18b9863c66c448c9ff5b2431e31f907dcf8903b5d 0.19 MB 441 135
249,306 249,306 0000000000000016b155434b26c45406284d447d8b51b52142c61aa559242b87 0.05 MB 125 136
249,305 249,305 0000000000000079a365f789deb08a0f99025d13c265bc825a346ffbde41a9f7 0.02 MB 47 112
249,304 249,304 000000000000003582d5500c847166c6a0a07d84f9e494b2edd19f9b1c57f74a 0.07 MB 186 139
249,303 249,303 0000000000000020c7bd048ee72e9772d2cce689fdb2980a4adab2d3645223eb 0.01 MB 23 84
249,302 249,302 000000000000001b5309a2e99fe6ed1015f488ad4a7851b1d9467afb3a26246b 0.07 MB 164 109
249,301 249,301 000000000000007cbf9856c20f4736dac357a1e6c6237a95dd77234a5e3662eb 0.17 MB 358 99
249,300 249,300 000000000000005f2d7e62569b1613c52f1a4084ed4d168d051e010a73f5c5d8 0.00 MB 5 47
249,299 249,299 000000000000002aa88fc7e95985910b8ed5fdae423cacdddb54f09fdac01a64 0.06 MB 62 74
249,298 249,298 000000000000001f23400e1646ddd1bf87d8937cbcef50f6555708c089fdf768 0.15 MB 345 126
249,297 249,297 000000000000007f87c6d7e6b8c2dbf36c72c3db4a05055b604faeec59bda024 0.02 MB 64 101
Previous 10 blocks ↓
Total Size: 778.85 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: 386.87 GB
    • Received: 3.48 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.