Loading Tool

Explorer IconExplorer

Memory Pool

24,410 transactions
10.60 vMB
0.03358294 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.64/200 MB

Candidate Block

Mining Attempt 12993ba91b66bbe7253d317068d3dc20bc20c685e0591925e449eac20bd05e77
Version 20000000
Previous Block 0000000000000000000160b95a36b779d2efb2ad38447e49137eb7bcf5f17dfd
Merkle Root 87e44eae9d571a03ec6eb0b3732f303a6ef5b31fbd40ca1daa53dcd4459f4b45
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01610529 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,536 (722,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,406 191,406 00000000000003c1e3546fe7793dc19cab42d26aa59847090292061a20ebc21c 131 0.05 vMB 111
191,405 191,405 00000000000001be56c5ccbf4c8e274abd563fcc7445268958e2df1d3a8d6464 5 0.00 vMB 109
191,404 191,404 00000000000006ffca3009a3dd047be2210050783443f1a3d9a29f26a7d70fab 200 0.10 vMB 138
191,403 191,403 000000000000045e353da4b8e3251d7c6e6e9acfa789d9a0e33ace6a6a8dbee4 101 0.03 vMB 47
191,402 191,402 00000000000007b21afd8e06ca719a1e004668c5de5d48f28d841a6acfeb00a1 406 0.14 vMB 138
191,401 191,401 0000000000000673bac8fe24f545de12efa39dfb68efc3be18c2757717ad600f 213 0.09 vMB 115
191,400 191,400 0000000000000203ff8dee3bceda4f478110ac8ea2a47f7bfc3f5e546580ea9a 64 0.03 vMB 97
191,399 191,399 0000000000000349e056c2c6eab5356f8200aab11ca148fcaf46800079cfdd12 1 0.00 vMB 0
191,398 191,398 0000000000000506bf847d0a1fd3b2c07bb32e2ecf7a128781f29116dec601e4 76 0.04 vMB 92
191,397 191,397 00000000000007d42072454c441369a1814c5d659c3cced6d41a6c87378f280f 261 0.12 vMB 137
191,396 191,396 0000000000000428fbb16245e7e9dec112936d9ec147bad23fc4a8abbd3553e1 25 0.01 vMB 81
191,395 191,395 00000000000005925ea3cc14e511a48b22e8c816f815fdde193dff0eb62eb510 312 0.15 vMB 130
191,394 191,394 00000000000001fcb1aba833ad55893fc1e4f9dbcd260caea292eb7f44d7cbd2 458 0.20 vMB 143
191,393 191,393 00000000000001c5cf5dd81504dea6b832c401ceede7d67a8c9ffa2bcd778970 114 0.05 vMB 81
191,392 191,392 00000000000002449515fe615231cb7e0fee79e0d91c2a68b46645a8fe6d32c0 32 0.01 vMB 186
191,391 191,391 000000000000055cbcf9ad1ff460d4dd02598af8e7418ccde9c5ec2027929678 12 0.00 vMB 17
191,390 191,390 0000000000000834a05851721611a428efbd460a537cc247688eff1f5a549677 528 0.21 vMB 145
191,389 191,389 000000000000026f4490ddb9b07815b5f1e6a92412e0ae1a8523f7a55df29f3a 45 0.01 vMB 121
191,388 191,388 00000000000000f41b0d0881c7d8098795841f492a83e9253f22ea111614e671 153 0.08 vMB 107
191,387 191,387 000000000000046005039aaf812be37198a3ac27933844e91e1d6216124f24b0 11 0.00 vMB 37
191,386 191,386 0000000000000337ce71fa9e907ed961b4556f95101ac54c63beec02a8484199 402 0.17 vMB 126
Previous 10 blocks ↓
Total Size: 779.79 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: 405.69 GB
    • Received: 2.12 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.