Loading Tool

Explorer IconExplorer

Memory Pool

78,392 transactions
29.11 vMB
0.08170722 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt 3620270b65064b56a0e97cb178467fee34963cdc6bfd2224ee08034f3e5eb58d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 57f79cf2a3b2cc15113487d6d7141a59d2b3d5e1e19f6b10a3fbd90ce360ceac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.02079724 BTC
Feerates: 178.73 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (428,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,244 486,244 000000000000000000f94dd71ea01aa3e0888b384b9e56b14763c9fa0668cc2d 2,195 1.00/1.00 vMB 159
486,243 486,243 00000000000000000030a792afa5c81cdb824239890f3abcaf1f7e68a4a474d8 1,881 1.00/1.00 vMB 177
486,242 486,242 00000000000000000078d81612b85a8839f7c07eae1dbfb3f4273c30bda964d0 1,844 1.00/1.00 vMB 158
486,241 486,241 000000000000000000f97345655ac768d27bdb7dca400c7a6be3c24181ef3976 2,146 0.99/1.00 vMB 184
486,240 486,240 0000000000000000006bbdb331354e22ec34fd71d7c4d3eed707d146ca7c6b18 1,698 0.84/1.00 vMB 24
486,239 486,239 00000000000000000055810426217dcff8ab5255254954af8a6e24925b25cc1e 1,787 0.99/1.00 vMB 121
486,238 486,238 000000000000000000d6f2d11469d01f491d6fe1a77c34dca9c8015e4b40196a 2,281 1.00/1.00 vMB 153
486,237 486,237 000000000000000000537a636ef94ed7e23e19cd1ace82d6579c82b10048e589 2,255 1.00/1.00 vMB 254
486,236 486,236 0000000000000000001c9c00099d874b372e76ad41cac863db5e9ac63cf6c1a8 246 0.08/1.00 vMB 79
486,235 486,235 000000000000000000d36f901ea85644cfab88a6a5390ef5dbe896f2c549f8b0 1,304 0.82/1.00 vMB 80
486,234 486,234 000000000000000000247321145c83ad1b28897175ef3655c70816020917415d 1,743 1.00/1.00 vMB 228
486,233 486,233 00000000000000000055704ffb682059c6909b8cb5b181f54aaeba374f4a3a4d 1,120 0.57/1.00 vMB 118
486,232 486,232 000000000000000000f70d5a4097ca8b5382d13cd13e1950c2f651949ecd86e4 1,232 0.54/1.00 vMB 120
486,231 486,231 000000000000000000851e10bddba81710c78a3755bc8cacd316d086552dd495 227 0.11/1.00 vMB 123
486,230 486,230 0000000000000000005fb61ddf5c813d45560e0bc9ad3400976c4509e6bf77fe 484 0.23/1.00 vMB 128
486,229 486,229 000000000000000000d7cfd320ae542bb7e57b98e0908edfb002fe99ddd9aff6 868 0.48/1.00 vMB 127
486,228 486,228 0000000000000000007286a231b73e22a6208c85d6b79770aeda0b890fb92f77 668 0.41/1.00 vMB 104
486,227 486,227 0000000000000000005dc00811f8212b8b7559deeb0c7d4f57cdaec14c4171e8 462 0.35/1.00 vMB 113
486,226 486,226 0000000000000000002b47dccd9937f101e0a8d6b2d618ad1bdae2f20dae2960 796 0.51/1.00 vMB 77
486,225 486,225 0000000000000000001f785a29b758a4ee417e3003778193f55106c0e42c1ea6 2,118 0.99/1.00 vMB 32
486,224 486,224 000000000000000000ee50381f4cc4ec1de06e3b549fefb5a483fee40738e1c4 1,862 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.