Loading Tool

Explorer IconExplorer

Memory Pool

73,376 transactions
28.25 vMB
0.07361846 BTC
Random Selection Loading Transactions
Max Size: 167.23/200 MB

Candidate Block

Mining Attempt 7dfb3e1d92a5ee95d7218752a7a03834df98e68d60c2b907cc7896e34d6cdc94
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ab2616c92d28c9ade3860a3fcfba1b340a66ba7261e809d0dffcc31d59572117
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,979
Size: 1.00 vMB
Total Fees: 0.01705576 BTC
Feerates: 150.86 > 1.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (323,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,392 591,392 00000000000000000011552e7b514f7bd5c32fce1d5403ef80aebbd556f0763f 2,727 1.00/1.00 vMB 38
591,391 591,391 0000000000000000001a7fa01e43592d45ed2090a716e9e7a1258f0c4f17ea08 2,095 1.00/1.00 vMB 30
591,390 591,390 0000000000000000000ec2e6381bb412fac1daffeba889612abc076d4c7c0fc2 2,890 1.00/1.00 vMB 53
591,389 591,389 000000000000000000047f0e14d61cc6f8733ab81707a28da92bdd87522170a8 3,139 1.00/1.00 vMB 52
591,388 591,388 00000000000000000011a3f8eea148d4b7cc7c3fba383122205f79a4a531aad0 1,800 1.00/1.00 vMB 50
591,387 591,387 0000000000000000000cc818947dfdc566d818ba1520fee4d9f4ff8b53a91365 3,018 1.00/1.00 vMB 59
591,386 591,386 00000000000000000014727a2f15b9c5ec69e0845ade9794de78fd6718f1732c 2,747 1.00/1.00 vMB 65
591,385 591,385 00000000000000000007dea4df7bdb29acd2c63f9d4bdb34704cd23ec4959380 774 1.00/1.00 vMB 25
591,384 591,384 00000000000000000004623e065decb478480bc91ccdb9f011069f001885ff9b 1,956 1.00/1.00 vMB 23
591,383 591,383 00000000000000000001e129381ef983256885dc0a5cac69a3438c62010a8a49 2,935 1.00/1.00 vMB 56
591,382 591,382 000000000000000000090f6ab62786759864dad56fb1c5a862e5c9aa9c5caba3 1,886 1.00/1.00 vMB 42
591,381 591,381 0000000000000000000bafd7cbf2317c200a9d7766bf5182c0439d2dc6c78a3c 1,423 1.00/1.00 vMB 82
591,380 591,380 0000000000000000001530217629a38f04671f871f97c10c5883731668350e76 1,757 0.58/1.00 vMB 16
591,379 591,379 00000000000000000002abafc5ac23fc7f912a7ce0e224496a29a237f56adfe4 3,004 1.00/1.00 vMB 37
591,378 591,378 0000000000000000000e648401df8e83c61e5eef1474bda88cce16064a83f5a8 1,831 0.65/1.00 vMB 8
591,377 591,377 000000000000000000194c470444b9ab89af9c281fe26a77151a575b30b5dcf0 2,862 1.00/1.00 vMB 40
591,376 591,376 0000000000000000001057b3db1648c13846868b5e39d1a585b2a245a115690b 2,774 0.98/1.00 vMB 2
591,375 591,375 000000000000000000066144d75477f5790783a25096b56e9ba8a9717e848633 2,568 1.00/1.00 vMB 42
591,374 591,374 0000000000000000000491d99315cf55a342c080311637207f311c0b4b256756 2,944 1.00/1.00 vMB 38
591,373 591,373 00000000000000000000af058dd32eb17bc6d96c7c1fecdadfdad8b1efc3655a 2,711 1.00/1.00 vMB 36
591,372 591,372 000000000000000000187a0bf6191456d2cc481e0ba59b44201140ab34fa1267 1,859 0.59/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.