Loading Tool

Explorer IconExplorer

Memory Pool

77,995 transactions
29.45 vMB
0.08955580 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt b9a6ddb30a71254f50ed5d14be98b8cfc63758db70748d7cc615c07e499a73c6
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 08d3ec6922d5e13205b1c207b25f6f496b5d14630ff24d1246bb14576042d626
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02493903 BTC
Feerates: 301.35 > 2.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (277,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,285 637,285 000000000000000000017eb7c173c2b42ef6bd34efab0178f178a6bdd1b1b6fa 698 0.34/1.00 vMB 26
637,284 637,284 000000000000000000062029be7f22a6292ca76c10c75ac1dc5deb1638556eae 1,155 0.58/1.00 vMB 34
637,283 637,283 00000000000000000009393fda3dc2b7b3eb638085ed00014a209ff881cb11fb 24 0.00/1.00 vMB 15
637,282 637,282 00000000000000000008f1c2a4e0b0784d3da57e4aaccdb1289e07a7510a3989 794 0.31/1.00 vMB 37
637,281 637,281 000000000000000000085b11c4aa274e90a21e57ee1f4e562a1d216e1459b600 630 0.24/1.00 vMB 24
637,280 637,280 0000000000000000000db462f2a14a8beeaa722ccb5bc51eb6ca342a6ae5cba5 1,654 0.63/1.00 vMB 5
637,279 637,279 0000000000000000000b793e7a40830998e87c69c04741413d4f671c6d0c4a67 2,426 1.00/1.00 vMB 22
637,278 637,278 0000000000000000001088568947613693ccfaff1708b6af390fe6a9c671116f 2,549 1.00/1.00 vMB 44
637,277 637,277 0000000000000000000102be0b94c2be61d0ed71f15baf1ee933abf0c93e612d 2,133 1.00/1.00 vMB 64
637,276 637,276 000000000000000000110d33fe8da714b385ce3aba61e17bb1b2234e434320c2 1,928 0.93/1.00 vMB 27
637,275 637,275 00000000000000000011c643a468fb8d5bd7d8341cc419897f44dfeb15439aa8 2,345 0.98/1.00 vMB 15
637,274 637,274 000000000000000000049013e6bb61d8eafe1a1d320373ffd911d5437fac77fe 1,798 1.00/1.00 vMB 52
637,273 637,273 0000000000000000000a3055ecd3fdb9a93a4801db05b2ddd25dfce807583e35 95 0.02/1.00 vMB 29
637,272 637,272 0000000000000000000d085431c40ecff841cd6f6d5edd16c0abfbfd5dfe310f 579 0.23/1.00 vMB 27
637,271 637,271 000000000000000000020cac3903b0edada3267ff65cb47c5a7be44c4e0b6f22 505 0.20/1.00 vMB 34
637,270 637,270 000000000000000000118e8c8e83e64c314f5d6b0bd85d2e36076dc0013ddbe4 1,024 0.51/1.00 vMB 29
637,269 637,269 0000000000000000001156b97dc8163ce0f3c1356446dabffc1d3d0d3cc63104 163 0.06/1.00 vMB 39
637,268 637,268 00000000000000000000a33d28f4e7a5f0522e3a89bc09817404899eacbe709f 945 0.33/1.00 vMB 31
637,267 637,267 0000000000000000000aa975a7dee4d3bb214993eb3991c6e78029f25186bdab 145 0.07/1.00 vMB 24
637,266 637,266 00000000000000000003d8468fb1e14aeb03aaf914621bfaa69361f14f1dbce7 2,274 0.74/1.00 vMB 29
637,265 637,265 00000000000000000009236ca0901675a5ff98b49c73b67c4c8e9a1d7b32a7c8 2,611 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.