Loading Tool

Explorer IconExplorer

Memory Pool

41,132 transactions
26.61 vMB
0.05439607 BTC
Random Selection Loading Transactions
Max Size: 139.35/200 MB

Candidate Block

Mining Attempt 1e2d9ebe320a38f1388603ee7137aeea17e4171db20914a2b006e2b290bc2cad
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7017ed37051b29d2d685cf9e4f47f0ebf0374a7cdba48b55d8e527c33c994163
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00533402 BTC
Feerates: 103.41 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (455,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,689 459,689 00000000000000000025a2ed6315325288c23be31f578b8ce6197ee0633637c3 2,352 1.00/1.00 vMB 150
459,688 459,688 0000000000000000017da792086142fe8e9ea288ca9c80508313f36241838eab 1,922 1.00/1.00 vMB 191
459,687 459,687 000000000000000001e7f036afd036d8f6ce8f5346a6db1662a257cb7be81ea6 2,043 1.00/1.00 vMB 128
459,686 459,686 00000000000000000041874514a083eaf0144715ce165169deedf75a58a5beb7 2,540 1.00/1.00 vMB 169
459,685 459,685 000000000000000001a5c5dee6878f0f8968429ac517f4b08773e09f51426602 2,475 1.00/1.00 vMB 216
459,684 459,684 000000000000000000f46f38e2f99216089c6fb23dc80bb5d0c817170d9d0788 316 1.00/1.00 vMB 34
459,683 459,683 0000000000000000011050dcd7501841bfd6fc945818a9cc936853a2aa535e14 1,647 1.00/1.00 vMB 73
459,682 459,682 0000000000000000009b0a846944df46b87df9b316298b957e68b0806d2df59a 2,362 1.00/1.00 vMB 165
459,681 459,681 000000000000000001aac8bd261880d1de2a0e58a082c8dedcd5e888344f66a2 2,587 1.00/1.00 vMB 163
459,680 459,680 00000000000000000072f879380a01cfe00c53777d661e095801a95c96770495 2,167 1.00/1.00 vMB 164
459,679 459,679 000000000000000001fe44635996b7a287f09c0a4da3693bea97bbabfadea90f 1,013 1.00/1.00 vMB 160
459,678 459,678 00000000000000000008734c99bf876b61370c7c3ae7da14db4c611bb1fb38a8 2,746 1.00/1.00 vMB 225
459,677 459,677 00000000000000000013ea0a73337e12c0d9a53cc34dd320b8b006894168b5ab 1,676 1.00/1.00 vMB 140
459,676 459,676 000000000000000001cad6770bd7d0eec71b996f26477723ba50323fee346505 2,239 1.00/1.00 vMB 108
459,675 459,675 000000000000000000a4a8af8981e71e9fe53dab24f50a979f03086ab601bec6 2,168 1.00/1.00 vMB 117
459,674 459,674 0000000000000000015760a8e7ac4b68ea2b4f4aab412f1a332839d165fc9c9c 1,951 1.00/1.00 vMB 151
459,673 459,673 000000000000000001dc1446a6bbc60e2b7902d4043b3208097a5b2263d7223c 1,346 1.00/1.00 vMB 88
459,672 459,672 000000000000000001093f103a6132bd14c9081699ac5c73783be2aace74efc2 1,667 1.00/1.00 vMB 133
459,671 459,671 00000000000000000182db147f4ba7495e705e76b96b96f75a50046e7e0cd5d4 1,204 1.00/1.00 vMB 108
459,670 459,670 000000000000000001b752e56c3140da70a44b58821394af7e3ef25d5945af98 1,551 1.00/1.00 vMB 147
459,669 459,669 000000000000000001e1f1d3e8daa1333cfcd236c41bdfc12991f383e0818e65 2,319 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.