Loading Tool

Explorer IconExplorer

Memory Pool

46,763 transactions
28.06 vMB
0.07714680 BTC
Random Selection Loading Transactions
Max Size: 147.75/200 MB

Candidate Block

Mining Attempt 24cb3bcfdf6e5dbac7724efb7394efdca6f6a624f93b443b3a90f847eb793260
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 0a7f902668eb611ca88d5ae2602ec48d607198ee7ef4aedfe58b274f045a5d18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,199
Size: 1.00 vMB
Total Fees: 0.02309082 BTC
Feerates: 100.36 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (382,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,162 532,162 0000000000000000000bd3528473d101f79edc1944aeba79aa5d068c941aca6d 2,425 1.00/1.00 vMB 29
532,161 532,161 0000000000000000001db34636b1c88a14cb4d26c46468bbf73caf2a79c1fd22 2,691 1.00/1.00 vMB 33
532,160 532,160 0000000000000000002a63d85c14c381304870dfe9a7be266b2b0e0e2b9b35eb 2,681 1.00/1.00 vMB 19
532,159 532,159 000000000000000000335835a13b083a1026c7bb5dd60b918b3b95ff7dc5e85e 2,447 1.00/1.00 vMB 52
532,158 532,158 0000000000000000000c9d71dc21d98b82a44567ece634ee5761538267fc96ef 1,091 1.00/1.00 vMB 27
532,157 532,157 000000000000000000258f4e5e74d5c5a280b6e788ec6ffba4f74a1bcf261e65 1,509 1.00/1.00 vMB 43
532,156 532,156 0000000000000000001325f576fe4dd76ade90c70876af329e91623737433d21 1,415 1.00/1.00 vMB 28
532,155 532,155 0000000000000000002e000d4cfdbf7229eaa0dde7faa41d3a11e051d1e60764 1,800 1.00/1.00 vMB 38
532,154 532,154 00000000000000000010ee9c1edcca67d2da5e616912c19968e33f7c6343c246 2,738 1.00/1.00 vMB 19
532,153 532,153 000000000000000000189762a189c07e426b54f97624a4f98b9b8bea7600ba88 2,058 1.00/1.00 vMB 19
532,152 532,152 0000000000000000001109646d52cc92f351ed2c1354932033d7d2d58d94d621 2,317 1.00/1.00 vMB 36
532,151 532,151 000000000000000000038d63f975d0d9b57f22764ab7d5e0339921a0723a19d6 2,232 1.00/1.00 vMB 13
532,150 532,150 0000000000000000002e6c983857170840866140a56ca450bc962185bdd8d00a 1,566 1.00/1.00 vMB 14
532,149 532,149 000000000000000000103342116f8bc38b744ce90b89e0b9867e895069f77f31 1,771 1.00/1.00 vMB 40
532,148 532,148 00000000000000000019399221484f76473eafd0a8f33a88673beca1949e3f95 884 1.00/1.00 vMB 57
532,147 532,147 00000000000000000022aa4d692b8a036ebe565443c731f056f33a89f5286b3a 1,059 1.00/1.00 vMB 103
532,146 532,146 000000000000000000122b1f5e0d4d5f2c89304a51c5b99d21080fb1cf1ec5e9 2,067 1.00/1.00 vMB 35
532,145 532,145 0000000000000000002e75a5768b997fe49e0571979f7224cded19d4635d59aa 2,210 1.00/1.00 vMB 35
532,144 532,144 0000000000000000001662276f458396bd63e7d56025fce6177a54b6c0684aac 2,294 1.00/1.00 vMB 26
532,143 532,143 0000000000000000000c3f4576d6798b65c19b6ea728c45d79d703ae3b322cc1 2,370 1.00/1.00 vMB 18
532,142 532,142 00000000000000000016ec21f9b855c1dd1912495300705107d7003c19863530 2,037 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.