Loading Tool

Explorer IconExplorer

Memory Pool

80,523 transactions
30.25 vMB
0.12563378 BTC
Random Selection Loading Transactions
Max Size: 181.16/200 MB

Candidate Block

Mining Attempt 8a406d304cdea07c9555c13f2bc72f344700b7fd9c6c5c80285e6d0df6ba0315
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 439d1a6be2c5a3291dcf0b959dc9792191a4d9af36269c1426dcce9ad0084a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05569111 BTC
Feerates: 150.86 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (420,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,855 494,855 00000000000000000071f6eb39aba5598eba1670ae3118501b2a2f9226e6b727 1,043 1.00/1.00 vMB 184
494,854 494,854 000000000000000000514a090bf4c8f5c63e991934ce896ddb93223d218b24c4 2,053 1.00/1.00 vMB 349
494,853 494,853 0000000000000000003eb6fd066e62dc3db10c93b37240a3790736066ba5ee20 1 0.00/1.00 vMB 0
494,852 494,852 00000000000000000058a058c2e5d8699bd34c786e66ce7bef54bda00f7612b7 1,336 1.00/1.00 vMB 221
494,851 494,851 000000000000000000af67b01c45fefc3c49c8f538d8f4568c3eb1a5156eb394 1,619 1.00/1.00 vMB 221
494,850 494,850 000000000000000000515272166141d5aff04e44ebe8bef95e280ab47f3c1d8c 2,182 1.00/1.00 vMB 357
494,849 494,849 000000000000000000c0897cce372a6a8b9a872f252339c03c4922943eb98356 1,515 1.00/1.00 vMB 275
494,848 494,848 000000000000000000598472fee1f757bb4e2a88c192a97eddcb32836e813052 981 1.00/1.00 vMB 196
494,847 494,847 0000000000000000008f342d24bd99c5782b1dc61638413d38ca3213192c1ce2 1,649 1.00/1.00 vMB 187
494,846 494,846 0000000000000000007a405c4cc39576fba8e23061624f9867aa8a0de084be7c 1,869 1.00/1.00 vMB 235
494,845 494,845 000000000000000000296aa413e44a9b6dd625bc9bc985589632fe0d841c1759 574 1.00/1.00 vMB 174
494,844 494,844 000000000000000000ba59c7eae33dc9d32c173fa09c1a5e5c89d9ea9512c0ce 1,993 1.00/1.00 vMB 371
494,843 494,843 00000000000000000090e94f1b2e3956932cdde94e2278abe40e4ffac189d105 238 1.00/1.00 vMB 162
494,842 494,842 0000000000000000002c53073b1f0187e9ba266f8efe2be869037d2c464a5dbb 809 1.00/1.00 vMB 203
494,841 494,841 000000000000000000442600ac637d01035f50ae466dd4139b470d2531bb8ce0 1,047 1.00/1.00 vMB 193
494,840 494,840 0000000000000000006dd1b02644c206c8e384e49d0cb61f5ebfd5b4422d8c0e 1,089 1.00/1.00 vMB 260
494,839 494,839 000000000000000000324739b18304caac0728da4a904c0169c4ac4fdac9128c 898 1.00/1.00 vMB 271
494,838 494,838 000000000000000000720a595a23088d1ad05d04ff2dec17a35aa21a880f217a 666 1.00/1.00 vMB 218
494,837 494,837 000000000000000000b8d3afa4e7dc44037acb1a8049e3eab0914b2c9c79fc21 1,333 1.00/1.00 vMB 302
494,836 494,836 000000000000000000c86dd987e7c8495530b0b56f9a0df5401244a3b21440ed 1,299 1.00/1.00 vMB 281
494,835 494,835 000000000000000000b0a58e51282d93714f7060ff0280473712ff01d75022af 1,500 1.00/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.88 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.