Loading Tool

Explorer IconExplorer

Memory Pool

28,016 transactions
7.88 vMB
0.06120036 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.33/200 MB

Candidate Block

Mining Attempt 78c43cd00532fd63783a08c314a285750c0934a3d5f617a3733495473103e7a7
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root e750d84b0b8cb7b37bfa0275ae42722d77a04ce871a7aebca94289394584b589
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,175
Size: 1.00 vMB
Total Fees: 0.02382523 BTC
Median Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (718,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,496 194,496 00000000000000285f561b6ffd3d1f1b7b69f91f14303a2c58171d7c3a0fcacf 108 0.04 vMB 83
194,495 194,495 0000000000000283ff96d06c902119677d56e2a52d1379cbe5e21d67dcd1f349 217 0.07 vMB 4
194,494 194,494 000000000000025eef512927ad3d43458cc90b947c1a7253302c455b859a196e 406 0.16 vMB 146
194,493 194,493 0000000000000406b59d7f58f0f0b4d926975bff39c9469ebcb8371c40edb9c4 580 0.24 vMB 120
194,492 194,492 000000000000072337c06f8e5822cce43e23d40a58f28becd1df7b33d92c023a 112 0.08 vMB 72
194,491 194,491 00000000000005fb1f13be70059bb42e6eadef7da3b3f27a00fc0b27a2235304 696 0.23 vMB 167
194,490 194,490 000000000000067362093f36e27018a47a66182f37b681b4af91e0786f9936f4 119 0.05 vMB 191
194,489 194,489 000000000000045003824aca898055ceacdf508c02bd692b994532d7b68790b4 136 0.07 vMB 100
194,488 194,488 0000000000000612c844bab3d9575128fcb5983967a775ee0af7217aa4ce2274 133 0.05 vMB 3
194,487 194,487 00000000000004ddaadd7130a2c78f6f05505328c7ad13af82dc8bf7398c6dca 479 0.18 vMB 142
194,486 194,486 00000000000006097db12b10ab004c3d3e4134be055a742b92ff16cad48e4fac 381 0.14 vMB 146
194,485 194,485 0000000000000620d88d3da6e394cefa7483de27b336ea72f475e4a171192661 12 0.00 vMB 150
194,484 194,484 000000000000018e595d87d5ced27e0cc17b202aff737c576e6f80de62bcbad8 366 0.15 vMB 137
194,483 194,483 000000000000077fbf0e3fd0120b2ab14148152eb8af0abdbfd49bf81516230b 188 0.08 vMB 121
194,482 194,482 00000000000006d2b8ba979d0fe4290698eecdf9bae6090ff4fb6e78afb1d242 9 0.00 vMB 58
194,481 194,481 00000000000005c34474b4a6dde3764f1c2ef8756b7cbd45bd698937017c1d0f 131 0.06 vMB 111
194,480 194,480 000000000000022dd81a679d6b41c01ed08dab0372867705fc16929a46c53f57 256 0.09 vMB 3
194,479 194,479 000000000000020f306fb9f266ee636af47a79016696f47a692c405d278b153f 60 0.03 vMB 104
194,478 194,478 00000000000003408337abc6fcb57464466812b55d3916f15cc4c847449db1c1 137 0.07 vMB 106
194,477 194,477 00000000000006dde5971d49485782735ebd866c9ee8e15e69e7531a939cb796 355 0.14 vMB 151
194,476 194,476 00000000000007a4dd0eebeaf103f5f3defda8d9af4217a69bf332548e79c887 184 0.07 vMB 376
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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