Loading Tool

Explorer IconExplorer

Memory Pool

77,531 transactions
28.82 vMB
0.08257398 BTC
Random Selection Loading Transactions
Max Size: 174.35/200 MB

Candidate Block

Mining Attempt 29b1145b48cfd0b9ec3eb2a92b09cf909f96069a1478673f1a49aee699987dfe
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 243b7f9ec5060b8865f2af79d8fdd7f908e8d381855512a103fca361c77588d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,782
Size: 1.00 vMB
Total Fees: 0.02258827 BTC
Feerates: 477.45 > 2.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (406,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,723 508,723 00000000000000000035d38dd8acc271252979c3b889b555caa77942aa1ea8dc 304 1.00/1.00 vMB 8
508,722 508,722 00000000000000000030c885b26ee5513959c8cab84479b8c5c12409bfdc0c30 906 1.00/1.00 vMB 28
508,721 508,721 0000000000000000000440ac43c3e2cf43b1c1fc6867d81a077841ebbef20079 2,040 1.00/1.00 vMB 69
508,720 508,720 0000000000000000005664e39c5179dac3767b4154cbb9e4efe19afda3b0937d 185 1.00/1.00 vMB 5
508,719 508,719 00000000000000000032732d11f58553c5012dc33bb13c3f4e8dd4f46d15631d 488 1.00/1.00 vMB 21
508,718 508,718 0000000000000000005ad944a8203464cdd3c8d4a9568bdeebad98564b90dba7 279 0.99/1.00 vMB 13
508,717 508,717 0000000000000000002e284ea360399f248fc59f494d7d9103b7cbbbb187ab23 230 1.00/1.00 vMB 8
508,716 508,716 00000000000000000032fb479db4d8f10bb3662185357cc43be3f818cc5b1d85 1,642 1.00/1.00 vMB 63
508,715 508,715 00000000000000000046acc0f4b7c63f8c393c82179e5ffd0d7f237009efed7c 278 1.00/1.00 vMB 10
508,714 508,714 00000000000000000043e962cbe4ca8cec903462e5f00723f8c388daa99ec5c1 1,257 1.00/1.00 vMB 52
508,713 508,713 0000000000000000001a31fc09fe6ba08fe76fa1dfa3d704e97aaa99a54120fa 349 0.76/1.00 vMB 9
508,712 508,712 00000000000000000011e6c0c9eb3fa02a232c920330f7ae0a4fed403fd8f9f6 1,244 1.00/1.00 vMB 64
508,711 508,711 0000000000000000004861bca735a52a9e41f8896c5a8a15723bcdf59a5b2c0f 361 1.00/1.00 vMB 21
508,710 508,710 0000000000000000005a47b875a4c843a3565cdf902d70902d5aef10d5c38fbd 1,426 1.00/1.00 vMB 63
508,709 508,709 0000000000000000000ce89d7986fdb2b63331f8144030c92b03a695f49c78e2 1,887 1.00/1.00 vMB 62
508,708 508,708 0000000000000000002d0d654b8799c1a5d93278a5a542164cc2778e43afb12d 378 1.00/1.00 vMB 17
508,707 508,707 0000000000000000003195222dbec9b62ec89d844100fc75a30648ad69ec3671 1,065 1.00/1.00 vMB 45
508,706 508,706 0000000000000000000fcdd22cc6a08b382d7ae66f5ccfb63806df311d60f0d4 377 1.00/1.00 vMB 12
508,705 508,705 0000000000000000001c43bfc73581374b5f9615dbce34795487e7b0f6a99bb8 2,123 1.00/1.00 vMB 39
508,704 508,704 000000000000000000014cc0c5dd26f3ef7a47d8b6175d7c9d033a1578e8bd1d 1,693 1.00/1.00 vMB 59
508,703 508,703 000000000000000000013f82aee5c58a8e0db0b328bc5b7253dd4ee3707164e9 1,158 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.63 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: 672.16 GB
    • Received: 16.17 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.