Loading Tool

Explorer IconExplorer

Memory Pool

23,537 transactions
10.24 vMB
0.02231242 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.21/200 MB

Candidate Block

Mining Attempt 9c11a8345935aefd97199e6f7ef7a3d8edd0af13ebc1ffba5d8590a75325bcb0
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root 9018591515da9ab421c9da16f1362ce2cdc91864f9d60b4d7bb67bc66f6fad8c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,107
Size: 1.00 vMB
Total Fees: 0.00542962 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (718,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,733 194,733 000000000000073f7f040acbff5d98644cad43b71aaf0154b21f93c6e5042699 123 0.05 vMB 81
194,732 194,732 000000000000075c2f2208cd2be2a2cccea987846b6b36b49fd3e433c3e0d78f 512 0.21 vMB 148
194,731 194,731 000000000000005ba472a15503d77904f99c6de48c1870c511c53df1d1b5f951 89 0.04 vMB 96
194,730 194,730 000000000000064d14460834993703b58b2161cea5417563fe86681bbb1c5b31 398 0.16 vMB 134
194,729 194,729 00000000000003252e8bc9ac77283bd4a8b45f2e37b090da37e5cefef5e7198f 618 0.25 vMB 159
194,728 194,728 00000000000003f4466f7cdeaccd5675dfa0908049ddb437b732db04257cc849 132 0.05 vMB 127
194,727 194,727 000000000000020e4fb4fd249b7b712aa056215ffc4c8db00000e5291e553aa3 191 0.05 vMB 122
194,726 194,726 000000000000052626d9559a5bfb73996e1af85bca71085aeff6e7eae627ab05 145 0.05 vMB 157
194,725 194,725 00000000000005ccd2f7cb210592f057ee202bc30bec6a83388f60990f25d1d0 13 0.01 vMB 222
194,724 194,724 00000000000004b333e572d6a81ec979c06930801a321a6415a84ae89a61aab6 58 0.03 vMB 121
194,723 194,723 00000000000002a737df5a2cad0690cfe457086cc6e8e5647b73191fa9f9a05f 65 0.03 vMB 151
194,722 194,722 0000000000000795b3ca57b32146ad26e4556326319372e901961ee3f82fbc1b 12 0.00 vMB 66
194,721 194,721 000000000000013a2cdee0853008098534819d387d5bfb52136499b826d45b0a 58 0.03 vMB 104
194,720 194,720 000000000000052e42286277b3632720e42c243e638462226af85f9f74ff06b7 66 0.03 vMB 139
194,719 194,719 0000000000000233721ccf143fb184f8825ba4213c1d97e2dc08849a6dc34c06 28 0.01 vMB 94
194,718 194,718 000000000000077b29ce4c48889d710c152c1a58cda4d06aacc8909b648b52e8 382 0.25 vMB 121
194,717 194,717 000000000000053006093b1c3e57382bd2283e7c297eb4c0090c6efb8e9887f2 79 0.03 vMB 121
194,716 194,716 00000000000001fc696de1712839bac7017b96c3482a7429a702290c253b2ea5 256 0.21 vMB 92
194,715 194,715 000000000000020b09f54b6c3505871ee80e610bd6b3caf21a8338f2eba8c0fd 83 0.03 vMB 3,291
194,714 194,714 0000000000000449bb8a8b9f0bf759e3a2d0de487f66c2e8a1b4582e15bca455 19 0.01 vMB 113
194,713 194,713 000000000000046e07cf6021ea60db7ecf9e2519125bfea518c8fb14ecf4835e 153 0.06 vMB 132
Previous 10 blocks ↓
Total Size: 779.82 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: 414.82 GB
    • Received: 2.22 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.