Loading Tool

Explorer IconExplorer

Memory Pool

45,189 transactions
27.39 vMB
0.10527029 BTC
Random Selection Loading Transactions
Max Size: 143.25/200 MB

Candidate Block

Mining Attempt 49c297285ce1925c8864fe84be261f409c754db338ca4e9880a151094a755fac
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 7bca078886e4ddcc31e27a5e2365b77483f8d70e79e8d064858e9d5c7319dcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,638
Size: 1.00 vMB
Total Fees: 0.04731850 BTC
Feerates: 151.01 > 4.74 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (420,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,533 494,533 00000000000000000087977cf80cb28c24b6ecfbafd21b2ae16547bbe6705c93 2,163 1.00/1.00 vMB 226
494,532 494,532 000000000000000000afb6e478d1e6ef9200e45fffe180f04167b3c01691780e 2,693 1.00/1.00 vMB 280
494,531 494,531 000000000000000000bba9b483ff6698506d9fbc86ce089a4464ba983cc9e9c5 1,953 1.00/1.00 vMB 196
494,530 494,530 000000000000000000410aa573a92f03bf3afae7fb1495c01031e3a800333253 1,489 1.00/1.00 vMB 176
494,529 494,529 000000000000000000341fe879e958ecf8252d05215fcda881c118db81e6652f 1,361 1.00/1.00 vMB 97
494,528 494,528 000000000000000000735c17ccfd264298f459bd439ec744058b97c8c5f9fed8 2,362 1.00/1.00 vMB 238
494,527 494,527 0000000000000000009c92a29a18b29126923bedac9bd7a0c01f4ef239d3d419 2,302 1.00/1.00 vMB 565
494,526 494,526 000000000000000000229a9deacb0ed81b54afb92581e9b5b2e25dbd3a8069a2 2,394 1.00/1.00 vMB 347
494,525 494,525 000000000000000000ab218930c89155c32c9fd96786bc6d541970e52cd6c76b 2,376 1.00/1.00 vMB 83
494,524 494,524 00000000000000000013398a6d657dc4e4346658b1e6a33591b62e93dbd4278e 1,091 1.00/1.00 vMB 101
494,523 494,523 00000000000000000089a8d8def5bba9178b9c755d8df4fd95e1c8ca019f0d7e 2,463 1.00/1.00 vMB 479
494,522 494,522 00000000000000000093136c7396a0b5f63cd7a13ac6996bf31139df69299c93 2,195 1.00/1.00 vMB 451
494,521 494,521 0000000000000000008d1ff7650adefeb5a4dabe84834caddd452013692546b8 1,912 1.00/1.00 vMB 216
494,520 494,520 00000000000000000009d4bb9d7a845475215fb6cd458aa99445ebb846e1f989 2,607 1.00/1.00 vMB 329
494,519 494,519 0000000000000000006fdcd6016b0c6e24c87b81a3cd1c2d1466478f97c490bd 2,253 1.00/1.00 vMB 596
494,518 494,518 000000000000000000234f9e88f14c19f314ecca0cf5b22043734bae2d31c96d 2,339 1.00/1.00 vMB 512
494,517 494,517 0000000000000000006e2ae204541e3d8994e8b163aed53260dc87906c70c895 2,929 1.00/1.00 vMB 264
494,516 494,516 000000000000000000107feda04660e9f7de9c47e59f86b3f6ce8acc5f2c667a 1,912 1.00/1.00 vMB 437
494,515 494,515 0000000000000000006d2ed4e844965c11e45a1bdb9292f0e0124ec7eec13349 2,527 1.00/1.00 vMB 577
494,514 494,514 0000000000000000000e273650026d27bf02aeb4ef719f68c0349e41fbd11e6b 1,989 1.00/1.00 vMB 478
494,513 494,513 000000000000000000919cdad40ce0ed885ec1a62dbbea1d5889d0962f982a47 2,075 1.00/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.