Loading Tool

Explorer IconExplorer

Memory Pool

46,125 transactions
28.54 vMB
0.07641671 BTC
Random Selection Loading Transactions
Max Size: 151.72/200 MB

Candidate Block

Mining Attempt 84fccae724ef40ab8abc0ba3258e279321e9a97ca9c36a35e17eb978bf70fd70
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 8eb3f32d5510dbb9ed3b2e388cd9e076243b0b3b622f86a19217fcc3d4752318
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.02230449 BTC
Feerates: 100.23 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (100,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,662 814,662 00000000000000000003cb4173d0851e2e8f7ca7190c7adbafdc4704f1bea3fb 4,876 1.00/1.00 vMB 7
814,661 814,661 0000000000000000000318f227eae111fb49b4b16764a209ba807d6e5ff1531e 3,740 1.00/1.00 vMB 4
814,660 814,660 000000000000000000033fd3850a69dd4ce72784b88a26f68809a0e7f1c8fb7a 1,455 1.00/1.00 vMB 6
814,659 814,659 00000000000000000000e126a513aace8fa9e84ee6ff155da4dd4b519f980cbf 337 1.00/1.00 vMB 3
814,658 814,658 00000000000000000001988b51ff3b256adab6d0526c0f58f21598643e565a68 1,440 1.00/1.00 vMB 5
814,657 814,657 0000000000000000000187acbfde849ab7c12035d697d8f31b4f6ecd3777a8eb 2,137 1.00/1.00 vMB 12
814,656 814,656 00000000000000000003f5722c5bcc031e7ec679d26cc8f728f30b4f7b22e50d 1,149 1.00/1.00 vMB 5
814,655 814,655 00000000000000000003ca8ac38a2e3e5007b7ca1c51b901337ba87e3c59c954 1,028 1.00/1.00 vMB 6
814,654 814,654 00000000000000000000cf1cf29b9d5a8db7bdeb97a4e798812ba2e1e2e3a037 2,489 1.00/1.00 vMB 10
814,653 814,653 00000000000000000003a3d0276fa4db1182274bbc742bf4e06162a05921caf8 1,938 1.00/1.00 vMB 10
814,652 814,652 000000000000000000003b7ed8244a647c0e0bf581bc47d9594e50f6b93cecfa 2,960 1.00/1.00 vMB 19
814,651 814,651 00000000000000000002f616f430a0a5d8716651ffcce846a4b9fbf62e315a9f 2,308 1.00/1.00 vMB 15
814,650 814,650 00000000000000000003e98508228d3c230bba815f49f02f8129a6e640fc37fe 1,687 1.00/1.00 vMB 14
814,649 814,649 00000000000000000003af431b4eaa7006b9d95c0a184c09ff314ba664fa940e 3,529 1.00/1.00 vMB 16
814,648 814,648 00000000000000000003fcce823cba0477242b2dade92f60dfbf82f08194e117 2,966 1.00/1.00 vMB 24
814,647 814,647 0000000000000000000146669985c8bd63985a972707660992ffb76e31c0e14d 3,132 1.00/1.00 vMB 18
814,646 814,646 000000000000000000001d1566f6f8e63266751822a990162c48c0abb8f34eba 2,354 1.00/1.00 vMB 9
814,645 814,645 00000000000000000002e2ce4dc2fcbd0f6d791e4dfe6fbbb8feb1271d523ed3 3,744 1.00/1.00 vMB 21
814,644 814,644 00000000000000000001a712073e977893be2302c27ad5728c508d5bc5c2334c 2,279 1.00/1.00 vMB 3
814,643 814,643 00000000000000000001fa73ac1cabf62557c830f99e6ad06fa8c81bafab49a2 2,223 1.00/1.00 vMB 9
814,642 814,642 0000000000000000000396635d64af7d471daf727ae5f5161f4851d439d5608b 385 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.11 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.98 GB
    • Received: 13.67 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.