Loading Tool

Explorer IconExplorer

Memory Pool

32,574 transactions
26.31 vMB
0.07957776 BTC
Random Selection Loading Transactions
Max Size: 132.04/200 MB

Candidate Block

Mining Attempt e366455209894a81be41d099e42b393339d4e61cbe557d425761b7c365035666
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 0494ae33bf813e9489ec098e2a12a2de8f09aef4e315ccd97e06f45f09548f98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,384
Size: 1.00 vMB
Total Fees: 0.03104663 BTC
Feerates: 477.45 > 3.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (785,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,418 128,418 000000000000012c22e0c9b0670cd2a472b5df9a16946fca4f22ea852d680f25 20 0.01/1.00 vMB 457
128,417 128,417 00000000000006bff71850719c88b47c0032ba76d76d4224e09ad0b3e3bc7eb0 154 0.06/1.00 vMB 750
128,416 128,416 00000000000011b12d0496496a226f0de3f82ccadb4c317b54a967901b2cdfcd 43 0.03/1.00 vMB 468
128,415 128,415 0000000000001a828cdabadf5167a664558a238efd4a76630346847558c16455 26 0.02/1.00 vMB 347
128,414 128,414 0000000000001f90ea3b3584e4cc5ec278a5628a79f8ad0ece741ec8e6b65388 3 0.00/1.00 vMB 1,937
128,413 128,413 00000000000017ab1a43b934199837a06b5de42bc67011ae69cbd35bdd26438e 87 0.04/1.00 vMB 257
128,412 128,412 0000000000000c9f4c0aaa8ca7bb8942aa3018df810365ca7e108c7e4347f1a1 26 0.01/1.00 vMB 823
128,411 128,411 0000000000000cc36aa6856c524f4155be197c8b630b03e7cd632ee44f6ccbbd 26 0.01/1.00 vMB 818
128,410 128,410 00000000000008a35b69e5f8b2678f70ed1ead8f57e3953694d0f5d3eeb2bfd7 22 0.01/1.00 vMB 1,098
128,409 128,409 00000000000014cf34d0f7d08981e46464262a253a7621e2efbad7072f6dce9a 24 0.01/1.00 vMB 1,398
128,408 128,408 0000000000001341d41219536321240188e151deb509022e259d04c2abe83481 99 0.03/1.00 vMB 3
128,407 128,407 000000000000073e9e834ec5f631fa2d4515f6ed5f9182f7031a4e7483c031c2 56 0.03/1.00 vMB 455
128,406 128,406 000000000000003082d295ef81e71b508e034a996968d4ed936ac4a359cb0472 30 0.03/1.00 vMB 709
128,405 128,405 000000000000159d430d1eab80521aef68517fea88bba3d04477042b2d8d75e0 71 0.02/1.00 vMB 2,224
128,404 128,404 00000000000008d6bbd0449297010d112f0f51a1f84d9f8b7c7375034d719b54 23 0.01/1.00 vMB 1,037
128,403 128,403 00000000000013d19ddd7c482194c07750862686e392f8fb597e1a27e8a337ca 13 0.01/1.00 vMB 126
128,402 128,402 0000000000000e18b51f4431cd554e6725103c781d897a8a5021ceb3e23be646 17 0.01/1.00 vMB 376
128,401 128,401 00000000000021a6748552958bc0b7608860299b6f4cfeb140cf23fd8b4864ef 19 0.01/1.00 vMB 2,092
128,400 128,400 00000000000018359e5d441408debfc9a7ff71eae9b2165dd0d6a1f937065557 9 0.00/1.00 vMB 1,145
128,399 128,399 0000000000001e9d05dad2ab7a9a066cee9822c803b63cc7a2f1f8dd4a30a67d 68 0.04/1.00 vMB 261
128,398 128,398 00000000000000b8f0637d5f29dc7b4073a98695fcd2beb94880928162f1fd97 11 0.00/1.00 vMB 818
Previous 10 blocks ↓
Total Size: 781.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 579.10 GB
    • Received: 8.84 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.