Loading Tool

Explorer IconExplorer

Memory Pool

36,138 transactions
25.76 vMB
0.08351590 BTC
Random Selection Loading Transactions
Max Size: 131.84/200 MB

Candidate Block

Mining Attempt 47a722a7c2fae332be4c4bd56b4ab02d043d3c39620893c8c7d4030760141b1b
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 57856d39c8738c8c1b2682eb470c0f6780f537ee2b6c98d281ddb2c0505a728d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,281
Size: 1.00 vMB
Total Fees: 0.03639576 BTC
Feerates: 171.09 > 3.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (235,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,380 679,380 0000000000000000000a46b8240d26ee0de47a940df7fabed5458d6278d7a4d1 2,352 1.00/1.00 vMB 86
679,379 679,379 00000000000000000000d942f951d43bf156d4c779de4b3fe4176bd0686ecaa3 2,753 1.00/1.00 vMB 105
679,378 679,378 000000000000000000042a7166a9b2aa2b536c4eb3071f06a85dccce1c6aaa7f 2,241 1.00/1.00 vMB 124
679,377 679,377 0000000000000000000748781b3239e231bc645fc9ccac9e31156c60463c0195 1,744 1.00/1.00 vMB 86
679,376 679,376 000000000000000000087a2eac7f1a60f9e54128a82c50ebc7a481210e6ef35c 796 1.00/1.00 vMB 111
679,375 679,375 00000000000000000002034e4d176337c97c88b08414433b19a6ad49d91f92f1 1,696 1.00/1.00 vMB 112
679,374 679,374 0000000000000000000ad46d4f1fb0ce7b07741d3f5620507a6c6b970aa1b7a1 2,824 1.00/1.00 vMB 81
679,373 679,373 00000000000000000008619cc43b9443605b23f96b64434a64fecca699f15808 2,584 1.00/1.00 vMB 104
679,372 679,372 0000000000000000000468e91a59973b82a1418abd36894f95a0d103c4840297 2,379 1.00/1.00 vMB 98
679,371 679,371 00000000000000000003d232ad33c2be8013e34f855e65558ae67058713264f1 2,437 1.00/1.00 vMB 93
679,370 679,370 00000000000000000007452910d88e70674869d89094c1c46d0a69eca3993fca 2,125 1.00/1.00 vMB 104
679,369 679,369 00000000000000000007c11b420e534d9cacdbbe662f4db9c4eda3d4a75145a0 2,798 1.00/1.00 vMB 103
679,368 679,368 0000000000000000000127278117834c4ad4f7359ebf88512fa012cc02ec4ed4 2,602 1.00/1.00 vMB 125
679,367 679,367 000000000000000000027cc793ea06ee40818aa808b9bc2bfa7e289dc88233cd 1,442 1.00/1.00 vMB 108
679,366 679,366 0000000000000000000a44138e4e7a2e7b0556144e17a8b3ee8172d5ba64a926 1,134 1.00/1.00 vMB 105
679,365 679,365 0000000000000000000646a9824beff798df815edac448eb4a8e3a4c29b2e6c4 2,090 1.00/1.00 vMB 105
679,364 679,364 000000000000000000083d5b36cb6ca6b372ffab882952a2943074274d478fa9 2,427 1.00/1.00 vMB 110
679,363 679,363 000000000000000000056c560a61300495d063aad5a7f66fe8d7070bba4471c4 2,133 1.00/1.00 vMB 105
679,362 679,362 00000000000000000007e2bf845c91e4f2075c103e50f29bd8d2d60e23a1d018 1,065 1.00/1.00 vMB 110
679,361 679,361 00000000000000000003b7b038b43fce6afbec0a25e0553f17c417bf49439c2a 2,179 1.00/1.00 vMB 112
679,360 679,360 000000000000000000034bc9b78205e80acbe8499088a9f93edcf4f8b5c8c06a 2,597 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.