Loading Tool

Explorer IconExplorer

Memory Pool

79,256 transactions
29.48 vMB
0.08287697 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt e63f1f7ef253cc61de793d9fb072e45520087d0730063251e6ea4f17f99f781e
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5cba0f5e4d47c27ba4e50817bcb4bbb2e16435ae5dfc1aefa225d7ec8a6c36ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,848
Size: 1.00 vMB
Total Fees: 0.02102130 BTC
Feerates: 100.11 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (66,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,384 848,384 000000000000000000030b32b07824d126ad6c6378a8db3d4684ff93372a9fca 4,718 1.00/1.00 vMB 25
848,383 848,383 000000000000000000015b18b8fa27e213667a668c134bbd602d0574c10ed3c6 3,700 1.00/1.00 vMB 29
848,382 848,382 00000000000000000000e8d2b6b071e81e51902f3a070ece97c4e95d4fd6ff31 3,484 1.00/1.00 vMB 28
848,381 848,381 00000000000000000002a3348ca452500f62c3582143967fbb4a251654abfbe3 4,187 1.00/1.00 vMB 17
848,380 848,380 00000000000000000001e802e7072ac9104a21b6d67c43f10be41bf7061e0280 5,260 1.00/1.00 vMB 21
848,379 848,379 00000000000000000002c5cd5ec55f80252bf2ae630b830f8f5b2d5e74d44843 3,951 1.00/1.00 vMB 22
848,378 848,378 00000000000000000002827d1b7ca993fa39a3408e0ebe61738958bc5105ad09 3,430 1.00/1.00 vMB 17
848,377 848,377 000000000000000000029bc47c4211690a409dbd93ac13b1cc6cbb9ea585fbee 1,827 1.00/1.00 vMB 12
848,376 848,376 000000000000000000022170509f84c681028f45cc8adaca79946e273939d3f6 4,464 1.00/1.00 vMB 18
848,375 848,375 000000000000000000018c4abf2508a3d35dd03a5f70330d2cd50e4f16dced12 3,657 1.00/1.00 vMB 28
848,374 848,374 000000000000000000035ae78d60f3b9730a73ee4082689a3bb236e97b550964 3,015 1.00/1.00 vMB 20
848,373 848,373 0000000000000000000126e12492e89ff0d5212b008ce458961643f2fc679b31 3,049 1.00/1.00 vMB 24
848,372 848,372 000000000000000000013f4349ca0663c960560fd5234509e3ffb627eb89902b 2,524 1.00/1.00 vMB 15
848,371 848,371 0000000000000000000064b20f025a2f5ac449554d9608830c187af798cd2270 3,964 1.00/1.00 vMB 23
848,370 848,370 000000000000000000013d2db2d51d086c0c56a866d171166cfbb4eee7234e5c 3,192 1.00/1.00 vMB 17
848,369 848,369 00000000000000000002a921857c172747b409bf4be36e805d4c9269d2eec011 3,968 1.00/1.00 vMB 18
848,368 848,368 00000000000000000001b01f0bd16714372ab2f964350bf532bcf9ae3b63c6a7 3,408 1.00/1.00 vMB 26
848,367 848,367 000000000000000000031ce49fcd95367a40e311d44210f87b8a56181336e87b 3,881 1.00/1.00 vMB 17
848,366 848,366 00000000000000000001e140c74e299ba36fe40d7b8dc9b4f42e2cbcb72d511d 3,561 1.00/1.00 vMB 24
848,365 848,365 00000000000000000002488985a03a599eca2b000509e08afcb23be164ffc9cd 3,109 1.00/1.00 vMB 19
848,364 848,364 000000000000000000014b7d71031d48e9766f9b76701b2bae2d89a618d97846 2,597 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.