Loading Tool

Explorer IconExplorer

Memory Pool

10,184 transactions
9.50 vMB
0.01833218 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.80/200 MB

Candidate Block

Mining Attempt c080386ade433a39d5a8299e84b0319a58026b4f47587431ca555ca771ca5328
Version 20000000
Previous Block 00000000000000000000b563fe4d1ca6c740e171e7e232059f1f9fe3de9e8b07
Merkle Root 792f8bf31fe3e91b712bbee4922a00983db1e9b5cab257a2297a26a58e898089
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,848
Size: 0.99792175 1.00 vMB
Total Fees: 0.00440535 BTC
Feerates: 50.68 > 0.44 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,720 (739,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,418 174,418 00000000000002d67a04f0e785c1c71607313c85a90ad07814708b7fdb025bdb 53 0.04/1.00 vMB 84
174,417 174,417 000000000000024b6dabff4391cb8cb0873edde09280adc998b879875b2a2945 17 0.02/1.00 vMB 53
174,416 174,416 00000000000000185d459932cfdbec8195ebde1138c799ef7b1e7103c41da461 105 0.04/1.00 vMB 73
174,415 174,415 000000000000011bfcdf472ec7d3010ae80e591e270c0ed94e10c82682675b5b 54 0.02/1.00 vMB 36
174,414 174,414 00000000000002a2c598360633e4881b6ef3843b6dd3f6f8032f6cd899bdb2f9 80 0.05/1.00 vMB 95
174,413 174,413 00000000000003ee2f7b0ca1df0af9261a6f047fa4140dbf283d7dea367e4eed 49 0.02/1.00 vMB 76
174,412 174,412 00000000000003b66ad5d351e1767cb7763b69e5a1ec00ed89bf661acf8f5d2b 91 0.04/1.00 vMB 85
174,411 174,411 000000000000075168c0663f19480d118253a296a5aaa1387a3bc9632924afd2 66 0.02/1.00 vMB 240
174,410 174,410 00000000000000241a357f67cd45092c3e5974d66ac79f3267d66d5cf3e482c1 137 0.05/1.00 vMB 101
174,409 174,409 00000000000008e0711b9bd8f643efae4e24828d2dd5dd0ad0dd2f3a4236bcc3 87 0.03/1.00 vMB 96
174,408 174,408 00000000000006effc22c67059d9a4740bda5ad692bd809fbbc8cb5bd143eabc 117 0.05/1.00 vMB 116
174,407 174,407 00000000000008a1dd766343f4a9748dae2592c8e046224d6833fc478d913798 24 0.01/1.00 vMB 122
174,406 174,406 00000000000004632260a18252af2b18afab01dc71a039c99588e30a4acda87a 68 0.02/1.00 vMB 97
174,405 174,405 00000000000002bf33cdc26be8c1e2e33618eefa864b8b46b4051c8562c14bc3 94 0.03/1.00 vMB 158
174,404 174,404 000000000000059a04d252acb6ae7546a94805189e0b37edb54f15b2b525442e 71 0.03/1.00 vMB 48
174,403 174,403 000000000000027474ed7264397d1f0fb7f8ef300f046095bf3ebf8324bd4e1f 29 0.01/1.00 vMB 70
174,402 174,402 00000000000004eabd74f808bd40d6eb3144b3fe893defefa97ce58777799d34 36 0.01/1.00 vMB 92
174,401 174,401 000000000000067ec706da210798b24a315d18ffc2b43ebf4d2565c3ab6d73c3 17 0.01/1.00 vMB 211
174,400 174,400 00000000000007f0103e508a419527df85d618c50cb4d90a105a8a7c8ab57f50 16 0.01/1.00 vMB 56
174,399 174,399 000000000000076f42353438768331d8fd4ee19744f569250410edd8d195eda1 109 0.03/1.00 vMB 41
174,398 174,398 000000000000095c54fdfb0bf9783e48b5ec116b830919688cb3e64d0b3dc446 86 0.04/1.00 vMB 1,451
Previous 10 blocks ↓
Total Size: 780.13 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: 498.00 GB
    • Received: 3.62 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.