Loading Tool

Explorer IconExplorer

Memory Pool

83,669 transactions
31.41 vMB
0.09265356 BTC
Random Selection Loading Transactions
Max Size: 192.54/200 MB

Candidate Block

Mining Attempt 797e51ad3a51de3970c58e415ae39a6d7c9382a1e6a6f6393bc8af53f72117e6
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 221677e7426a3b4113f190cb14300a654b10d4beafc79a211391df57c777cae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,835
Size: 1.00 vMB
Total Fees: 0.02104143 BTC
Feerates: 299.70 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (418,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,383 496,383 0000000000000000001d831cdab140ee9ed668d8e4ff47dfc7e84bdd6ba53c65 2,793 1.00/1.00 vMB 157
496,382 496,382 00000000000000000032f072a26a3c77aa90caf0e3ff077211674c313300ce53 2,829 1.00/1.00 vMB 135
496,381 496,381 0000000000000000002b65e235aafc0d97783e758496bf36260258fcb7f2f777 2,507 1.00/1.00 vMB 192
496,380 496,380 0000000000000000003688e10f8405d325a37b36d10d4e2109b75a629f76856c 2,786 1.00/1.00 vMB 128
496,379 496,379 000000000000000000196d28c46518cf46c57bbcada29e3c772c4e2f224540fb 2,433 1.00/1.00 vMB 126
496,378 496,378 000000000000000000845b9485040ef2f12753e30b59808872b41660985893c1 1,913 1.00/1.00 vMB 150
496,377 496,377 000000000000000000cab17847e40e47361da139cd2c8a6ebb0dc70f4150050b 2,642 1.00/1.00 vMB 159
496,376 496,376 0000000000000000006fef35557e6d7c6af5155f6c8527bf2d857463d4312355 1,344 1.00/1.00 vMB 161
496,375 496,375 000000000000000000d0b9d0454d0da4eaeea2edd1e2e6f8ef8ac755ce96e771 2,284 1.00/1.00 vMB 169
496,374 496,374 0000000000000000006f4c453d34c8d143041ed8b505ef3055c5eb94ffbfd51e 1,754 1.00/1.00 vMB 151
496,373 496,373 0000000000000000003e2578bc37ee0c7f59637d06441b99afe96eb602f8ee5c 1,921 1.00/1.00 vMB 154
496,372 496,372 000000000000000000214c1409403206bf9e6ac5bdf8a0b9526a71238601ba55 2,178 1.00/1.00 vMB 178
496,371 496,371 00000000000000000010dac34dff664d2e69409ef577b74d7470c593c125b63b 1,843 1.00/1.00 vMB 160
496,370 496,370 00000000000000000090e3b52332413a49558f8d4d3a25aa268926855eb6c6f6 2,064 1.00/1.00 vMB 155
496,369 496,369 0000000000000000009109f39ff2db0fc029f1c343f00c8dfe8e55556ee3def4 2,645 1.00/1.00 vMB 180
496,368 496,368 00000000000000000097938e9f429357279e76895b26fc87a11ca1c5c3a76d92 2,009 1.00/1.00 vMB 159
496,367 496,367 000000000000000000b8be053f5b636927a8e72ae128f88755326dd5a90c06a9 3,109 1.00/1.00 vMB 154
496,366 496,366 0000000000000000006c7bc07463840a6f7cc471f6f60a6a394763fcce271555 2,409 1.00/1.00 vMB 179
496,365 496,365 00000000000000000076f4d1dcfdf0ada4d5385e0ae64c97d1f28aa465743b9a 1,589 1.00/1.00 vMB 160
496,364 496,364 000000000000000000b5e0d9c9c4f6b273ce9da4afcc640fc56932abdb9ea92a 1,798 1.00/1.00 vMB 186
496,363 496,363 0000000000000000006c41de62628eb9e3ac366cdd09dd80bbffb990407cec3f 1,739 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.