Loading Tool

Explorer IconExplorer

Memory Pool

33,347 transactions
25.24 vMB
0.05214923 BTC
Random Selection Loading Transactions
Max Size: 127.86/200 MB

Candidate Block

Mining Attempt e971ddaaaa6552aceedc12883142280e32bc7711aa0900a8ae50e9659926f52b
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root f703fd8520e1e91e0824cfb92562a4e9e58238702f373c9d34b20e10b2ac4d54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,320
Size: 1.00 vMB
Total Fees: 0.00659159 BTC
Feerates: 713.01 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (246,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,090 668,090 000000000000000000056cce6e8dba8eb5ff9750f1358bae75d79f88b3ec212f 2,451 1.00/1.00 vMB 93
668,089 668,089 00000000000000000006825cd21ede6a2a626c496b5a011de18c611477850df9 3,002 1.00/1.00 vMB 75
668,088 668,088 000000000000000000066e03934dbf1d3f6a78f7516f7681fbf135266c7d2116 2,696 1.00/1.00 vMB 116
668,087 668,087 0000000000000000000030bf238e881b27375c7368263190ad2f3c4aaa2612d3 392 1.00/1.00 vMB 5
668,086 668,086 00000000000000000000bc9190ac97575ae6b30a2367b897b67df99467985fff 1,641 1.00/1.00 vMB 40
668,085 668,085 000000000000000000000c33846ef36bb7751149f207a420ec40e9617e498566 1,237 1.00/1.00 vMB 14
668,084 668,084 000000000000000000059734d0d4588e12ec7378627cf40b10442377f8e215ad 2,511 1.00/1.00 vMB 52
668,083 668,083 00000000000000000003172093fcff9705da7519048ebe97beef295bdaa6904e 2,877 1.00/1.00 vMB 30
668,082 668,082 00000000000000000006597bf54674a2b8ac23cde4a547a03e1bbe2fec6fb33e 2,728 1.00/1.00 vMB 67
668,081 668,081 00000000000000000006343be4cb7a0bb3c0e1e1fc1554fa1c598e016f9abd13 2,821 1.00/1.00 vMB 40
668,080 668,080 00000000000000000008fce712e2bda84e9e1e6ed1a8e47c57b0aad21b4e2904 2,277 1.00/1.00 vMB 75
668,079 668,079 0000000000000000000a7bb8a82e2f1a6f5875e81befdc2f8ffcc18414023388 2,547 1.00/1.00 vMB 65
668,078 668,078 0000000000000000000ccaa4decc6e6a4ed0ee88d2e1f4e72081bbfa263006ba 2,777 1.00/1.00 vMB 89
668,077 668,077 0000000000000000000bef7d724a5727892af197b57e8b70b5905f0d5457e02f 2,802 1.00/1.00 vMB 47
668,076 668,076 000000000000000000062d0d3454994dbbabbd90280e05621f0e8c9e1d242704 2,935 1.00/1.00 vMB 82
668,075 668,075 000000000000000000091cc46fe0e4350e283b1f8b4def7d17684783873f8d71 2,736 1.00/1.00 vMB 105
668,074 668,074 00000000000000000007aab869036cabd80e91da958da1de5499b8ae255b7230 2,651 1.00/1.00 vMB 99
668,073 668,073 00000000000000000006f2625a9b47fa92fda9f0da7a1522cf64b0f1508fe56e 1,429 1.00/1.00 vMB 22
668,072 668,072 0000000000000000000c75c4c6d41e2c29b8d8cc008ee56f060f98f453423d71 2,349 1.00/1.00 vMB 29
668,071 668,071 0000000000000000000ad8309af3a6e3d3186be2e6fb96b60d478c20f15d9943 1,534 1.00/1.00 vMB 72
668,070 668,070 0000000000000000000b0cca5b4af60772bc7ca11aea2db4c8a20b65bb2dc0e7 2,784 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.82 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: 635.95 GB
    • Received: 12.34 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.