Loading Tool

Explorer IconExplorer

Memory Pool

80,553 transactions
30.55 vMB
0.06969519 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt b2aa6e1836e11fd1fb5e799395647bfb90a7832dfb3941daf4c6592f98e426d1
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root 39e4bfc5f26195514f23c6a0f3a0228337b20cd0f987c8b7d50c8575be7129c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,059
Size: 1.00 vMB
Total Fees: 0.00435270 BTC
Feerates: 103.09 > 0.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (382,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,839 532,839 0000000000000000001258cc0ab49c5fff29dafa4a1e79ed7ba4d74e0568b523 2,214 1.00/1.00 vMB 41
532,838 532,838 00000000000000000013732d504e50d48440fb073ba09dad617b8a8af7ba50c3 2,562 1.00/1.00 vMB 17
532,837 532,837 0000000000000000002403bc97bd890087cb5766a5c8ebcaafad47beb02a65c9 3,030 1.00/1.00 vMB 5
532,836 532,836 00000000000000000034984ce99eefa4bf85648ade480f9f6e97d11d1a8d67cb 2,593 1.00/1.00 vMB 15
532,835 532,835 00000000000000000028445448baa1e7fac152d41802539093ee867fb81096f0 2,454 1.00/1.00 vMB 27
532,834 532,834 00000000000000000029a90ea3cf1b34883d26ca0bafea61ff6ed4728a1780da 3,026 1.00/1.00 vMB 26
532,833 532,833 0000000000000000003221e76df18226231f8e33694f40318051ec688decd6b0 2,706 1.00/1.00 vMB 24
532,832 532,832 00000000000000000002e7d547f385989952726b4c7a55c8ce17732994d30027 2,701 1.00/1.00 vMB 36
532,831 532,831 00000000000000000024197edf087521335c9f66447580bc40e0a053d23341da 2,433 1.00/1.00 vMB 40
532,830 532,830 00000000000000000009119366319b9ec9e3b1349d76b21bf73dbcb0f0528c91 2,826 1.00/1.00 vMB 17
532,829 532,829 00000000000000000033f9dff42551f5c2dc81e5c0147eb4cbdd97e47a6da645 2,507 1.00/1.00 vMB 40
532,828 532,828 00000000000000000023d8c611f4f0a053be06da6de45d91c1b2f94d74bb9320 2,612 1.00/1.00 vMB 47
532,827 532,827 00000000000000000002127dc307e7a89c83226150e85a3b9e163507e1cba768 1 0.00/1.00 vMB 0
532,826 532,826 0000000000000000000f6cc4ad92a472e28a5fc9f1da81a9a90b0976a4cfeaca 2,707 1.00/1.00 vMB 9
532,825 532,825 00000000000000000024d413d8741b05a4ef11fe98a7eebe8b20c62f144893b9 2,198 1.00/1.00 vMB 28
532,824 532,824 00000000000000000026e40af7efd8a74c3c1e6941557814bce6e81ac83cea25 2,322 0.86/1.00 vMB 31
532,823 532,823 0000000000000000000d43befcb57e6769e3c7a0681ef9676051c2c76d3d4253 2,564 1.00/1.00 vMB 37
532,822 532,822 0000000000000000002d7cf42bb21eba1d2a0e07212a099d8769255c7a9878a1 2,340 1.00/1.00 vMB 23
532,821 532,821 0000000000000000000d02c8975018dda9009c3634b31bd7d5cfae540dc43d7c 2,443 1.00/1.00 vMB 36
532,820 532,820 0000000000000000002e4d11b2dd5a80be5ab032c09ba92864be782c8fbdff86 574 0.25/1.00 vMB 15
532,819 532,819 0000000000000000001943591bb8ff43ef714c2d312ff5e6dc352f47bff4731c 680 0.22/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 706.70 GB
    • Received: 16.66 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.