Loading Tool

Explorer IconExplorer

Memory Pool

78,530 transactions
29.15 vMB
0.08279260 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 4cc3f493eb0baad5ceed6bbe606d09ae8d9dadeecf10b1e61d0332f020130e68
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a75e252d4085064c4c63b51f3045aeefdf2286748c84ef31b6c86bbae345f578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.02182175 BTC
Feerates: 178.73 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (256,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,651 658,651 0000000000000000000424d7f5e954d1a8563215ec32480f15b2572b79bf9a96 2,400 1.00/1.00 vMB 83
658,650 658,650 0000000000000000000f9f834ea0e956aafb8045877cbf1896905315f995679f 2,754 1.00/1.00 vMB 50
658,649 658,649 00000000000000000000ce4a0255f79174fdae2e9cc1559b1e146c52ac647e3c 2,206 1.00/1.00 vMB 48
658,648 658,648 000000000000000000035217ccae9d286937f30f117df004f1d5b4d609217e6b 3,132 1.00/1.00 vMB 66
658,647 658,647 00000000000000000004731c860dd7399f16665436ecc89e8172941462fea016 2,729 1.00/1.00 vMB 91
658,646 658,646 0000000000000000000b401d022f56a273c47038f2d0a7845323e597f7e3bfd1 2,788 1.00/1.00 vMB 65
658,645 658,645 00000000000000000007a064b24a953d4370883491ff5ae7e2c439cccf98fed5 2,414 1.00/1.00 vMB 56
658,644 658,644 0000000000000000000a7ab152e6f454737d5f84dc95de809a44fa31e480f207 2,154 1.00/1.00 vMB 54
658,643 658,643 00000000000000000001ea6953dee1b1ea5847827c227fc1b15a90775f4cf9f5 2,653 1.00/1.00 vMB 60
658,642 658,642 00000000000000000000bde1637a7c358f22e2958910d157a115b826cfef777e 2,348 1.00/1.00 vMB 75
658,641 658,641 0000000000000000000f987f2ba3e640a0bfd1311fc03d099cd4ca15ba53bb47 2,526 1.00/1.00 vMB 71
658,640 658,640 000000000000000000017ef8a85f51e3608cd6a537caf911c11a5c3edc960cfb 2,049 1.00/1.00 vMB 77
658,639 658,639 00000000000000000002fa0a5afc3ad0bac8a9f503c3bed1ca1f5571fbcfa6c1 2,777 1.00/1.00 vMB 74
658,638 658,638 0000000000000000000365260b762cc0471a5b29fbd271d70051ab77db4b9f9b 2,220 1.00/1.00 vMB 76
658,637 658,637 0000000000000000000c7e0a0137726744d841137c76880280cb9d5e214e0ec1 3,221 1.00/1.00 vMB 76
658,636 658,636 0000000000000000000abfc08647cb9cfd235b9ef5625aecdf5639d2442f3fc0 2,857 1.00/1.00 vMB 97
658,635 658,635 00000000000000000005eb9cc5b5b1cb1a572a4d45fa79e939fed9bbc0c7f502 3,100 1.00/1.00 vMB 75
658,634 658,634 000000000000000000011d4577726b0063079d5dc98e1436e8676cec23134431 2,985 1.00/1.00 vMB 92
658,633 658,633 0000000000000000000c0216e4a4ad3ae7ea5238263bb783c9a8ad3d84662758 2,652 1.00/1.00 vMB 113
658,632 658,632 0000000000000000000ec30ddc92058a9ebee0b82bbe6e8e2d858a95c17124a2 2,502 1.00/1.00 vMB 124
658,631 658,631 0000000000000000000effb75ba8c56b647b1b73aec40400135f0cab661db817 2,517 1.00/1.00 vMB 67
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: 678.23 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.