Loading Tool

Explorer IconExplorer

Memory Pool

36,469 transactions
28.92 vMB
0.08904183 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt bd937989b91467951580ca3e585137e721e49914b7a7c51bdafbabe5c1dd01f2
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root 0c69352f35dc2a4867bc876f18c2878c1b6cfaba847f660ade3ad7b30261b543
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.03071712 BTC
Feerates: 150.54 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (908,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,711 5,711 0000000012ba043f594c5d02b5726ef408a4798c1bec7ee64a42860232037c3f 1 0.00/1.00 vMB 0
5,710 5,710 000000000f4a3e27d33ce020c4681a8bdbe02ca4fd3942c274643b5c04438fcd 1 0.00/1.00 vMB 0
5,709 5,709 000000009b18aac679451a3aaadaf78819dc0d35b53ddc1bdb3e138f0d0570ef 1 0.00/1.00 vMB 0
5,708 5,708 000000004cd24ab3e22739277e4b1fc0d1dbb7c622c12bc875474bf9642e96e3 1 0.00/1.00 vMB 0
5,707 5,707 000000002fde9b67df624be5391cfd372f0ef24a53f9f7ffb96559139d5725b6 1 0.00/1.00 vMB 0
5,706 5,706 00000000feb1709385920e9f3df9fc8605dbb9427488bd8c71c3d2dbc8f8c073 1 0.00/1.00 vMB 0
5,705 5,705 0000000042908edf3f36befc516476b3f94db81051c5fc5ae6084f0c4eafa6f8 1 0.00/1.00 vMB 0
5,704 5,704 000000005bf129772a6ad06016b514fa89ee7a4ba333a657055bf709d3017c5c 1 0.00/1.00 vMB 0
5,703 5,703 00000000b1b83eefd9c54cce943557976252d43d68ab28a0ce7021f15a55ec0e 1 0.00/1.00 vMB 0
5,702 5,702 00000000a46ae93a5a781423b03f598dc17f2f48024097a9582700d07f49bcd7 1 0.00/1.00 vMB 0
5,701 5,701 0000000043daed14132a6a3b129c5a87f8d8b27b818878583dcc2702fd32a479 1 0.00/1.00 vMB 0
5,700 5,700 0000000092401f6c614f894c6cc1f2bc24a68c817371e82fe06cd9a954acf7dc 1 0.00/1.00 vMB 0
5,699 5,699 000000006325d81ffb96930c61b945c4ad136620cd31f34b6067ab3b1e6891b3 1 0.00/1.00 vMB 0
5,698 5,698 00000000e7e3a995b5f7f1d9cc036bcadf514ee35d7b2519e165418ec189f2c2 1 0.00/1.00 vMB 0
5,697 5,697 000000007fb34675c45620585e2f2a28b2180270589e9740a08096ee54845a0d 1 0.00/1.00 vMB 0
5,696 5,696 00000000aee45a45d367a33e8d164a989e07c9c02fb77e60eed5c80111b12f5e 1 0.00/1.00 vMB 0
5,695 5,695 000000005036d70314279359adb43e4491dbfb418c4be653b11f7eb2a4d506f1 1 0.00/1.00 vMB 0
5,694 5,694 0000000012e205a04fe7a4742f5c954e6f86249760d827d72db877fc5b2a9e3f 1 0.00/1.00 vMB 0
5,693 5,693 000000003f1bc1f4ac95537d79c9fb4bf77654ca1703c94d2b49f52e7574fb3c 1 0.00/1.00 vMB 0
5,692 5,692 0000000073206ed6b450c75cedfa97ae033d3ed6866ba4ff83ccc35a388479e9 1 0.00/1.00 vMB 0
5,691 5,691 0000000053722ba5c29caed83eccdd4fc56656f1609517048adc1143477ef1e9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 614.98 GB
    • Received: 11.16 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.