Loading Tool

Explorer IconExplorer

Memory Pool

76,154 transactions
28.40 vMB
0.06468763 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt a85d74faf2a2b0616d72a1e6acccc3631d30ebee15f3611e7b92f04c3b1f8a1a
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e9f4b052c0d1f23e18a6d0709c8e13e422d31c725c0abbd3015cc10c85f73e07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00595062 BTC
Feerates: 41.50 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (436,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,747 478,747 000000000000000000f3b880603e31d3d5b30e74deaa9163a3da46b1d13df50e 2,040 1.00/1.00 vMB 55
478,746 478,746 000000000000000000de05ab30abca681da2707e632fc4de1f68dc05ff16add3 1,728 1.00/1.00 vMB 73
478,745 478,745 00000000000000000022adcc7541ccba456e40ee3effdb08ffa5950124413f34 2,555 1.00/1.00 vMB 125
478,744 478,744 000000000000000000987c49911ff2eb48f5b3e0b5a871d7fa05e07ff5a6dec5 2,023 1.00/1.00 vMB 119
478,743 478,743 000000000000000000458b5f87ad14b35b2688c215ffd4734ee7d8b51d4284b6 2,417 1.00/1.00 vMB 140
478,742 478,742 0000000000000000010037715c157e5d27d76b4250f9c8bf20328f4ce96713da 2,425 1.00/1.00 vMB 160
478,741 478,741 000000000000000001458ba99d4e1414aadbe4f31a1908da7e96d881aa6cc99e 1,947 1.00/1.00 vMB 148
478,740 478,740 000000000000000000fa99ec57f243b696c5a1453055e1f4315ad236f76d2c84 691 0.75/1.00 vMB 154
478,739 478,739 0000000000000000012dcc3efe168f665075a2efc738d2369cc55fff2c01c677 1,850 1.00/1.00 vMB 125
478,738 478,738 00000000000000000045151390978b19d637c20cce9bc31461cfee5008fff243 1,356 1.00/1.00 vMB 137
478,737 478,737 0000000000000000011aab1e2786d799f61647ccc6601f041f3a0c9e45697424 1,331 1.00/1.00 vMB 169
478,736 478,736 0000000000000000002b0d9a715386443c78c4478b8f76be87565a8ed942f833 2,231 1.00/1.00 vMB 206
478,735 478,735 0000000000000000005bac413b15c73be53a31ff4d671fa31b6a93dba8dcf22f 2,405 0.99/1.00 vMB 156
478,734 478,734 000000000000000001388192ebaaf0cd69fc78ef6ee55190b0c5407dd87342b9 2,374 1.00/1.00 vMB 146
478,733 478,733 00000000000000000091ad7fd92ec8a3a49936a701917a8909c81b33dc210633 1,781 1.00/1.00 vMB 139
478,732 478,732 0000000000000000000b675f236de070de7b26067e56dd11559aec2742a9d04a 1,312 1.00/1.00 vMB 129
478,731 478,731 0000000000000000012e2e3b94c3fb3a54b2d743f3abeb395fe80842db0e11e3 866 0.99/1.00 vMB 133
478,730 478,730 00000000000000000119b6fc97bd19a7eaf945f8e60882958bdb7ce20f7da8ee 643 0.99/1.00 vMB 116
478,729 478,729 000000000000000000ac70a6a589193197884a566a57b59f76c5cbc94c67d845 646 1.00/1.00 vMB 121
478,728 478,728 0000000000000000000a1723658c4390dceaf9974b444a144f56997d2a2d36b6 1,066 1.00/1.00 vMB 136
478,727 478,727 000000000000000001342feb6917daace517491b0a04f013458889dfcd113818 165 0.26/1.00 vMB 129
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.