Loading Tool

Explorer IconExplorer

Memory Pool

82,552 transactions
30.80 vMB
0.08377407 BTC
Random Selection Loading Transactions
Max Size: 185.65/200 MB

Candidate Block

Mining Attempt 5b15a93bd58254b5da6e3fc71b96805d173f40f447f4434f69e814a8a76df237
Version 20000000
Previous Block 0000000000000000000092d043c6095216612e8443fe27993e7e2fbdc6d8b2f8
Merkle Root f48d39093ace39fb4522e65613627b89132f00c0e1c76f2904cc3b632a9e27e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,337
Size: 1.00 vMB
Total Fees: 0.01715657 BTC
Feerates: 73.20 > 1.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,972 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,972 914,972 0000000000000000000092d043c6095216612e8443fe27993e7e2fbdc6d8b2f8 4,086 1.00/1.00 vMB 3 ago
914,971 914,971 00000000000000000001d12bf2d19756e7ec906c3bbef7df86fb31f8f692ce07 3,400 1.00/1.00 vMB 6 ago
914,970 914,970 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1 3,509 1.00/1.00 vMB 7 ago
914,969 914,969 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da 3,445 1.00/1.00 vMB 8 ago
914,968 914,968 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110 3,569 1.00/1.00 vMB 5 ago
914,967 914,967 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb 4,119 1.00/1.00 vMB 3
914,966 914,966 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58 3,884 1.00/1.00 vMB 3
914,965 914,965 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc 415 0.14/1.00 vMB 2
914,964 914,964 000000000000000000015f7295dcec752361e38fd904b5bc82ac7529284d094b 461 0.09/1.00 vMB 1
914,963 914,963 00000000000000000001abed1852b80684e90fccf3b1a2dc0f2f699b05dff0b1 6,013 1.00/1.00 vMB 0
914,962 914,962 000000000000000000011696be0d04c8505e76095bfdf6ede3586c326676cc1d 4,363 1.00/1.00 vMB 0
914,961 914,961 000000000000000000014fbdb824055929e9283ac285c624cb339251ca2adee1 1,541 1.00/1.00 vMB 1
914,960 914,960 0000000000000000000148141c8e072118c303566a26aeaa1fbb69733bc2c6ef 3,746 1.00/1.00 vMB 7
914,959 914,959 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5 3,294 1.00/1.00 vMB 12
914,958 914,958 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9 2,451 1.00/1.00 vMB 1
914,957 914,957 00000000000000000000086775ce20000443ed7e115b558fedfaea762b706515 2,767 1.00/1.00 vMB 3
914,956 914,956 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a 1,637 1.00/1.00 vMB 4
914,955 914,955 00000000000000000001707a930fd9ef259bc17945e78e278099f3467b752fd0 2,646 1.00/1.00 vMB 5
914,954 914,954 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95 3,385 1.00/1.00 vMB 10
914,953 914,953 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076 4,677 1.00/1.00 vMB 1
914,952 914,952 000000000000000000008b0e1091383183d9b1e483c10c7ef9202d91d7631f75 3,672 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.34 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: 661.23 GB
    • Received: 14.79 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.