Loading Tool

Explorer IconExplorer

Memory Pool

76,290 transactions
28.44 vMB
0.06589086 BTC
Random Selection Loading Transactions
Max Size: 172.38/200 MB

Candidate Block

Mining Attempt 33cc8b2e004c5d91a00e7d31148a43a785d34a79e3e84eb48fb750cf0f006653
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root c6da7b94b28e4dcde8bdae7e625f6e43569fdffccf5d65662999d098732c8feb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,439
Size: 1.00 vMB
Total Fees: 0.00698906 BTC
Feerates: 71.79 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (67,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,485 847,485 00000000000000000002ef9c6f38c7074141cbf04a59e6750fb1f0b302af52cd 4,043 1.00/1.00 vMB 40
847,484 847,484 00000000000000000000aa86f93a4f10e4967075c77abdc6196833b2203653b1 5,432 1.00/1.00 vMB 28
847,483 847,483 000000000000000000017bfd76635ba605a127b04776572a75d979c048af3d50 5,023 1.00/1.00 vMB 29
847,482 847,482 000000000000000000003450b4ac09c8402f1c075b3a0ca978d56d81ad322f77 6,510 1.00/1.00 vMB 25
847,481 847,481 0000000000000000000252a2256db0b49698e0d5d02d053228c6841635b7b6ac 5,002 1.00/1.00 vMB 29
847,480 847,480 00000000000000000001bb61725d6d2fee5e461afa4d4f5cb9032d7d867e0ae1 3,805 1.00/1.00 vMB 32
847,479 847,479 0000000000000000000318418c1ce0ecfd55a50956cc0ac57111c4594248f89a 3,903 1.00/1.00 vMB 30
847,478 847,478 00000000000000000000deddcce862f6aba66c165fe1c9378a8488e88ec46e92 3,114 1.00/1.00 vMB 37
847,477 847,477 0000000000000000000208699982c3dccebc0cd4d45611eed62c45e7efd6a329 5,182 1.00/1.00 vMB 26
847,476 847,476 00000000000000000000abfa3354faa3a1a382eb9683b1d4305a8d5ba712b7e6 4,881 1.00/1.00 vMB 28
847,475 847,475 00000000000000000003383a8e7266ade864f9dc6d4d6272974a30e2660aabd4 5,227 1.00/1.00 vMB 29
847,474 847,474 0000000000000000000153c14696c3cf5e9317f544aab1f652d24388262ab965 2,599 1.00/1.00 vMB 28
847,473 847,473 00000000000000000001fa756126e963a6ae53eac7e660e0da88fd14319a0137 2,665 1.00/1.00 vMB 34
847,472 847,472 00000000000000000002f3f2490766271bab625ce7270d450a54709f4d9036c7 3,757 1.00/1.00 vMB 94
847,471 847,471 00000000000000000001c2ead684e2189945a33211275f3a4398d97ca0e2bb90 5,822 1.00/1.00 vMB 28
847,470 847,470 00000000000000000002fe8a780f86e49d19b44636e3acc31b1ba3f082f44fe8 5,057 1.00/1.00 vMB 28
847,469 847,469 0000000000000000000126349f52c99e152d0c05ef3f306d80e9f89213fde6a8 5,675 1.00/1.00 vMB 29
847,468 847,468 00000000000000000002a55303f1a6550366fd244519ba7f3de6ed3c85fe72ed 2,644 1.00/1.00 vMB 33
847,467 847,467 000000000000000000023def531c263862b15e75c557dc924543a423acd5b531 3,101 1.00/1.00 vMB 33
847,466 847,466 0000000000000000000329a9171aae1393613f623e1b3d7208954ab8c318d3ca 6,643 1.00/1.00 vMB 28
847,465 847,465 000000000000000000008f50346c87c936de7def418467b5046deb3e9255a124 4,023 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.67 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.13 GB
    • Received: 16.40 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.