Loading Tool

Explorer IconExplorer

Memory Pool

41,672 transactions
28.93 vMB
0.06927878 BTC
Random Selection Loading Transactions
Max Size: 148.20/200 MB

Candidate Block

Mining Attempt 547540e43445d88ac09103a77d71be293906e9e19f2c6de554561eeb88cff8eb
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 4bb63fd8cec2b62591cc20524719baf11fb516e8f0392b39b1f96ca69770729d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01293125 BTC
Feerates: 100.36 > 1.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (331,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,695 582,695 0000000000000000001657f11eb9c460988c205ef178b4107e320a619db2c12d 2,659 1.00/1.00 vMB 122
582,694 582,694 00000000000000000004d85d5a6521568567a0cc3577abdfada7942564460c32 2,970 1.00/1.00 vMB 115
582,693 582,693 000000000000000000132c9e73b0794133001e1a3edd44ad93892ceeae27a78b 2,254 1.00/1.00 vMB 113
582,692 582,692 000000000000000000089ab98d8eb32d5a664e568c4f2d30c6e5bea079a8fd8c 2,369 1.00/1.00 vMB 113
582,691 582,691 0000000000000000001d4cd10dcda97af03dd8878bc5056fbb0b2c78b3b96ba1 2,557 1.00/1.00 vMB 142
582,690 582,690 00000000000000000006032252a062a7b0721b9de7f0e3b4edb4174973a2dae4 2,567 1.00/1.00 vMB 128
582,689 582,689 000000000000000000168dab4ab9022ca6c3369b914d1aa516af9edd314b706f 2,490 1.00/1.00 vMB 137
582,688 582,688 0000000000000000001037de46cda3bf8bc4729eb0bb4658d6cecc298e0d37f9 2,167 1.00/1.00 vMB 127
582,687 582,687 00000000000000000007ac2cfc58eea15dcdb4efbfc9579db60ca3477d66e48f 2,347 1.00/1.00 vMB 158
582,686 582,686 000000000000000000181da428863f42fd1880f758efc0e8809227074ed37c7e 2,624 1.00/1.00 vMB 187
582,685 582,685 00000000000000000021da58038ef0981c653e58e2b0549107275ab1b05f0d40 2,387 1.00/1.00 vMB 180
582,684 582,684 00000000000000000009a91a27aff7590d96d57dbde821ac05a6677387d35ebe 2,684 1.00/1.00 vMB 156
582,683 582,683 0000000000000000000f0d6d2db1d5b2f8a401ed2b738923d6adffdcab1348d1 2,093 1.00/1.00 vMB 184
582,682 582,682 0000000000000000000ddd96bc778227f4949f1ca8ee889d6b3162cb34f786fd 2,397 1.00/1.00 vMB 188
582,681 582,681 0000000000000000000a49691a32615cd83686dc4078f5de9becd91130b3f9fb 2,268 1.00/1.00 vMB 212
582,680 582,680 0000000000000000001d51eb413d7072886502232c7aa74d4babff91b1ca7eca 2,210 1.00/1.00 vMB 253
582,679 582,679 0000000000000000000305505f8e1a37cc7d70f8d87629088a1ef52d62bb4857 2,997 1.00/1.00 vMB 151
582,678 582,678 00000000000000000005bcf4bcfe3a699dd7833839e593127885e2b1e80ceb10 2,920 1.00/1.00 vMB 147
582,677 582,677 000000000000000000045e2d59836c9fe7a6eee9502c7f23eb02becde9e8e409 2,770 1.00/1.00 vMB 195
582,676 582,676 000000000000000000037fac44b91fbbe59085b52f4fe32258875972ee2e3a95 1,609 1.00/1.00 vMB 132
582,675 582,675 0000000000000000000c06126d1c09f3666909cf0b3ccc84a7c702d1787347bb 2,681 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 781.71 GB

Node Details:

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