Loading Tool

Explorer IconExplorer

Memory Pool

37,272 transactions
18.94 vMB
0.04209215 BTC
Random Selection Loading Transactions
Max Size: 104.83/200 MB

Candidate Block

Mining Attempt 7584491a0df8d852aef9b2eada2d8605f37fab06556485bd9e2c76739e6c3c45
Version 20000000
Previous Block 00000000000000000001fca5d03d150a8b3bc513db65e609eacbba7b8e6522a4
Merkle Root e474a42dcfc7dcea4afc519ca6ad85a998d98276351849a8473b50c75f786a03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,752
Size: 1.00 vMB
Total Fees: 0.00591648 BTC
Feerates: 151.12 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,050 (760,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,502 153,502 0000000000000279deeae679e53c67cd2a5e49a639b36e63f3b57276afec65e0 10 0.00/1.00 vMB 56
153,501 153,501 00000000000003d2c47bd83eac4149cf5d5c6ee0f2e6b3623b82051714292671 89 0.03/1.00 vMB 32
153,500 153,500 0000000000000acb845049f313d9bc7d020491c49e0663cba1ffa234f596de2c 68 0.04/1.00 vMB 187
153,499 153,499 0000000000000aadeeca3e1842f597efd1a56594e8aee3faff0dc37a1a06048b 17 0.01/1.00 vMB 0
153,498 153,498 0000000000000e019735c163bad07a15a4940ad7b94297e82ac94ef037d739da 32 0.01/1.00 vMB 58
153,497 153,497 0000000000000d25eed75d580cd5b40caadb73fbb1fb712e83607a838f4614ad 93 0.03/1.00 vMB 8
153,496 153,496 00000000000004222c9867d18caa67b06ba9b8f13e37ab5ec3b4bcff646c354d 22 0.01/1.00 vMB 135
153,495 153,495 00000000000002f19b5103f27b9f681a715d434bf2e361077087efc482618a47 41 0.02/1.00 vMB 129
153,494 153,494 00000000000005b8240d56c5df4f4eda86f62543e070938e0ef82bef03347dfe 11 0.01/1.00 vMB 51
153,493 153,493 000000000000006191d044ea35851fbfb576ae86361278de145330dae238e880 49 0.02/1.00 vMB 127
153,492 153,492 00000000000009c995e4aebe16805c46c6d9d0a7546ba5d6e61f98f001de545e 74 0.03/1.00 vMB 88
153,491 153,491 0000000000000276bfd3069484f2584a17ae26cd59231cd8c0eca50541993cb1 33 0.03/1.00 vMB 174
153,490 153,490 0000000000000b76e736cf712dc197754d7327b05bfc236a58d31832895770c1 7 0.00/1.00 vMB 67
153,489 153,489 0000000000000b7b44139c60c891773b9ee2e3196b7ede9243c466a9da6d1b55 4 0.00/1.00 vMB 87
153,488 153,488 000000000000068e3c8fb8e75ddb3144e71835ff99face0b8cc69286947cba4c 19 0.01/1.00 vMB 329
153,487 153,487 0000000000000b29b455432cd747307583f76b74a3d355247c59b5eacf9c4f6b 117 0.05/1.00 vMB 126
153,486 153,486 000000000000029cf1c354f1f3e1e0453996327a4562869d9b84e9b74ec669ff 53 0.02/1.00 vMB 112
153,485 153,485 0000000000000c97561e3f88c617c1fd5246e83a9f30253eb2cdcb8ca405b2af 30 0.02/1.00 vMB 16
153,484 153,484 000000000000000754385342b8ae72d564945afb3e3af9b73ed9052448d76b9c 11 0.00/1.00 vMB 35
153,483 153,483 00000000000009978f9e33829c0891eb94e49f0f6f473bcc7ef2f4809dccbfdb 28 0.02/1.00 vMB 0
153,482 153,482 00000000000002a558cd33d9613d988d0cdd2c13590c05a8051c16db2a1ab1b6 32 0.02/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 780.69 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: 553.96 GB
    • Received: 6.69 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.