Loading Tool

Explorer IconExplorer

Memory Pool

79,038 transactions
29.61 vMB
0.10579596 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt 77ec406317dfe78be211845df9562b2596759341729178cbdc3f2a775cd5915a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 9e1374f35a26e6173de79c03057f58cd05b082dc184801bd4e5440e15ced1741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,508
Size: 1.00 vMB
Total Fees: 0.04059287 BTC
Feerates: 164.34 > 4.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (96,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,181 818,181 00000000000000000001a03c9e0260178484f6811b14abce373fd11da0f7e7f2 3,793 1.00/1.00 vMB 60
818,180 818,180 0000000000000000000079ece0cc61bf46d66bc7f25c52d5ca886b25722a315e 3,511 1.00/1.00 vMB 77
818,179 818,179 00000000000000000000ebecd9ab7fa6189257cb99c3e82d711628831d43525c 4,131 1.00/1.00 vMB 68
818,178 818,178 000000000000000000031701739555d4a3bf7ea240d3ac3dba33698e423a3fa8 3,421 1.00/1.00 vMB 83
818,177 818,177 00000000000000000001944c7edaab260d39c861ce318fefea51e79e92bb72f3 4,815 1.00/1.00 vMB 60
818,176 818,176 00000000000000000000ba69132c4559fef7bbed6b821850691957be6936aba6 4,948 1.00/1.00 vMB 62
818,175 818,175 0000000000000000000115e1d5c0f884140992269f0b3757dc4bf0748b233dbb 4,601 1.00/1.00 vMB 73
818,174 818,174 000000000000000000033aff8cd450e7a1a26d421a1d32e0d7701b1ea1c1a7c7 2,996 1.00/1.00 vMB 81
818,173 818,173 000000000000000000008959192932ac4ee7ff6cf795a6fcdcd7a860a2323346 4,096 1.00/1.00 vMB 61
818,172 818,172 00000000000000000003e5e11531743adfbe3f88ad8a0877d27b4bc886089090 4,971 1.00/1.00 vMB 68
818,171 818,171 000000000000000000041de95c97f4dc3529bd7c8b731b3d1f3376b1a6841e30 3,384 1.00/1.00 vMB 84
818,170 818,170 00000000000000000003420fc812c7d33f68c48387c3aa2fdf86f462f81b8fdb 5,296 1.00/1.00 vMB 60
818,169 818,169 00000000000000000003a092347da976fdeaccdaffa3580b070214a0cefe1b93 4,013 1.00/1.00 vMB 62
818,168 818,168 000000000000000000021647f929602d3a74714a3ddb411b4058bed2cee43c62 3,244 1.00/1.00 vMB 81
818,167 818,167 00000000000000000003faa3e31f5f5ef8b34073e79c12ec6b3dc7d48a1c7e7f 3,366 1.00/1.00 vMB 92
818,166 818,166 0000000000000000000446afbce0ef45e727e795a4eff4a76c1a2829646c1d87 4,724 1.00/1.00 vMB 68
818,165 818,165 00000000000000000001051681d41c02eb9569c0bcd787ffdf090fe59ec49b0e 4,921 1.00/1.00 vMB 59
818,164 818,164 00000000000000000000b3999b668cd348992875c0a4d603efe8f51d0c1475f8 4,352 1.00/1.00 vMB 70
818,163 818,163 000000000000000000037317d73081e4ea7093754961079753e20d0a07248ed1 4,086 1.00/1.00 vMB 63
818,162 818,162 00000000000000000003c593be29adfc57edbb037a6bed03737b3cd60f4633df 3,556 1.00/1.00 vMB 66
818,161 818,161 000000000000000000025c84d7aa7a3b3eb2902fe3b9cce94d9f06f3f7ac14e9 4,131 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.