Loading Tool

Explorer IconExplorer

Memory Pool

83,634 transactions
23.74 vMB
0.13700254 BTC
Random Selection Loading Transactions
Max Size: 155.19/200 MB

Candidate Block

Mining Attempt b0ed57319fc310347d5ff5f85aceb41ad6da8ee079084278d200bfcbbd5d3224
Version 20000000
Previous Block 0000000000000000000025975690ddc7be9c753a1b47fec88bbd2ef4f7d6b312
Merkle Root 6983b6d04da498a2e1931f909a651bf3c583683bd7ccbc8a8eb6da2e67cd6237
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,988
Size: 1.00 vMB
Total Fees: 0.05318424 BTC
Feerates: 477.45 > 5.33 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,197 (878,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,757 37,757 00000000b7835f93392d07c90158ecf0e0fc0b53bcb0ba67d36f636dbf5ef38a 1 0.00/1.00 vMB 0
37,756 37,756 00000000b8e7e84ecc900bb4b5594658ff16319fe78217ba03aa621fb5c18e13 1 0.00/1.00 vMB 0
37,755 37,755 00000000328233bca65ef89b4adffee8146f1efd3cb3ee4589daea39b6ce474c 1 0.00/1.00 vMB 0
37,754 37,754 0000000068054cbb935fbefd96c14750ee4acff2cb111fc436b53144ed4255f6 1 0.00/1.00 vMB 0
37,753 37,753 00000000a677b2e7ced76c522b28f00d471975f466d37d590e53220ba7832eaa 1 0.00/1.00 vMB 0
37,752 37,752 00000000bb1814be4b76f4a65b8bf0e52382df9a7257d86449cf1c8d5926c746 1 0.00/1.00 vMB 0
37,751 37,751 000000004ea629a81089696410ab385a6fe5c41f306f78a7c2ca4fd8588f74aa 1 0.00/1.00 vMB 0
37,750 37,750 000000008e4fb56914bd1bb5221a48222ed23c13a219d8da8eaedee9d786aad5 1 0.00/1.00 vMB 0
37,749 37,749 00000000b85f136331a93558bedffc6c0ab5680fc533eda5a0a22e452c9b9c44 1 0.00/1.00 vMB 0
37,748 37,748 00000000444f3406225b3065b8d659bc8801e2fec69b52113469ee04147143b8 1 0.00/1.00 vMB 0
37,747 37,747 000000005d1e098c86f0bd4cf4c45f228ce867844fe30b3037fb17a5e536323c 1 0.00/1.00 vMB 0
37,746 37,746 000000000d4e7bb437073888c53613036d5620270874129b9cc412720c99d803 1 0.00/1.00 vMB 0
37,745 37,745 0000000058d49b6433e1be14b743486d30b692b60b4502a48c1c5f827f08e16f 1 0.00/1.00 vMB 0
37,744 37,744 00000000706db9fa0edd9a7c1190a3e926d8fae1896329d073ac95f8a723dbbe 1 0.00/1.00 vMB 0
37,743 37,743 00000000784f85a6882d26951add5972ededd5bcc8dc347fc76123a22d4c8f69 1 0.00/1.00 vMB 0
37,742 37,742 0000000086bb623d0ac3140aa8b3395a7eb5730c785801818e6bcf59621008bb 1 0.00/1.00 vMB 0
37,741 37,741 00000000165efdbe4221a796f8890647622a76c4f049f85c97d3910300496767 1 0.00/1.00 vMB 0
37,740 37,740 00000000387fa1bf650473e04c8734edefe14f1394641b26ee09d48dc12b377e 1 0.00/1.00 vMB 0
37,739 37,739 000000001a4401d826d855b841949e5d751451df786da4429e0bd43ec5c55b6b 1 0.00/1.00 vMB 0
37,738 37,738 00000000678339eb289cc2a7a2cd44794c198e2557c5f2a244efbce2ca5eb012 1 0.00/1.00 vMB 0
37,737 37,737 0000000099f55e7acd9d12c7db52a0f4b849b9ff9aff413e73d812e89c23762a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.45 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: 823.61 GB
    • Received: 24.94 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.