Loading Tool

Explorer IconExplorer

Memory Pool

56,697 transactions
32.16 vMB
0.18499786 BTC
Random Selection Loading Transactions
Max Size: 173.21/200 MB

Candidate Block

Mining Attempt b46459a2ee36ff31d84c610eaf49e2969aed9caed94c3989166bcd378b90fcdb
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root e1058b4868996026df45518429e97edb42b542d827ffb3ff786275fcced1cd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,586
Size: 1.00 vMB
Total Fees: 0.07307862 BTC
Feerates: 465.21 > 7.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (94,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,401 820,401 00000000000000000003f328e3fc443932e3491fef4be3e97eb3b24454cafc59 4,933 1.00/1.00 vMB 121
820,400 820,400 000000000000000000041d27b972bcad212bc2d53e70ddb02ce8ea2a2babea3f 4,861 1.00/1.00 vMB 130
820,399 820,399 000000000000000000019e45834d936916018a55422ebdc7f535f09f0e210c76 4,251 1.00/1.00 vMB 177
820,398 820,398 00000000000000000003cf31bbb66608aa55f890ec16eb4f4359c1797af43e6c 4,767 1.00/1.00 vMB 98
820,397 820,397 000000000000000000011a005f99eb24f240e8547bc779d1a988e0e6e75c92b7 4,628 1.00/1.00 vMB 69
820,396 820,396 00000000000000000002a9b3928048a2f2712791e6fd30234ca0e15d5e6bf80e 3,732 1.00/1.00 vMB 101
820,395 820,395 0000000000000000000159de9c037678dc9fe23f66d454e3a1b87fb52a29eb19 2,375 1.00/1.00 vMB 46
820,394 820,394 00000000000000000000fcdd666c80ae282a0c8144c9e22e384dfb0bb538cbf9 465 1.00/1.00 vMB 38
820,393 820,393 000000000000000000025a35a069f6051258161df38b38c85f6ee866aca66064 3,486 1.00/1.00 vMB 50
820,392 820,392 000000000000000000032e04ab19a1db5f49f7214934aaf9c4aa2d9d6f61e727 3,858 1.00/1.00 vMB 82
820,391 820,391 00000000000000000002957d3d883d1fd4da31142fb42f65ac1add8a65a6f707 4,297 1.00/1.00 vMB 79
820,390 820,390 000000000000000000027d04137c373d174b75e7be9b0d6c4222447b3f293463 2,801 1.00/1.00 vMB 70
820,389 820,389 000000000000000000037a52ec5c848d98207e2fd4e2c59d9b8b710ec09ecf56 3,775 1.00/1.00 vMB 109
820,388 820,388 00000000000000000000b37cff2fa1bc7b12b959d2bacd2f32f9d71cdd239f01 3,954 1.00/1.00 vMB 64
820,387 820,387 000000000000000000032750f9277164e94108ca12ab98002629e99d8973c6e3 3,641 1.00/1.00 vMB 132
820,386 820,386 000000000000000000041900f395b3f05bda6503334d83223ff2b082010e817a 3,231 1.00/1.00 vMB 41
820,385 820,385 0000000000000000000223d5d4c1e763b10acde9654b3b2492702cafbc93e384 4,034 1.00/1.00 vMB 73
820,384 820,384 000000000000000000018b296ad08142c6d90b82f5b48432f1ee56e68c035900 4,267 1.00/1.00 vMB 48
820,383 820,383 00000000000000000000ed37d3de2bcd4dbc2a2c803d561ceea83e7d7edd5d9d 4,806 1.00/1.00 vMB 76
820,382 820,382 00000000000000000003d2b506cbc468062a88e180ff89b69600f6a989f885d4 2,841 1.00/1.00 vMB 54
820,381 820,381 000000000000000000021b2e96556da5a97c975dd2f416b892dc38f47ce341c7 4,178 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.