Loading Tool

Explorer IconExplorer

Memory Pool

46,370 transactions
28.23 vMB
0.10885889 BTC
Random Selection Loading Transactions
Max Size: 148.14/200 MB

Candidate Block

Mining Attempt 80ab4390226cb3b5b14302754b5ea9c1678fa35ec5f09ba0d263cc049435b60f
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 4633888ea0cb5c9617e489d03ff3e1eab4327ab8d8f754dbcd8074db57e4075d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.04549007 BTC
Feerates: 265.25 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (801,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,743 113,743 00000000000087e62f0323c4f7cae52d6145913a1271a320c58933c8fd893e55 11 0.00/1.00 vMB 324
113,742 113,742 000000000000ae8b55a4afb4e6646b8c92408e07a3128188121affad6dabfb85 13 0.00/1.00 vMB 0
113,741 113,741 000000000000341c93a18fe20fd74c7a5a993fba16bcb39d1f7e4e7c1afa63b6 115 0.03/1.00 vMB 150
113,740 113,740 000000000000bbb2557483596320ef3f385bc05d5363537c5ebe8589ff3a109d 1 0.00/1.00 vMB 0
113,739 113,739 00000000000092db194bf061c3ca2a92920f3e908e59e1f22ed0068fa0868135 135 0.03/1.00 vMB 0
113,738 113,738 0000000000008934dd6a7f08813bf3b3a5f0c467c49d5ff08c4a9b11a9d72615 10 0.00/1.00 vMB 0
113,737 113,737 000000000000542ab4e127ca52e1cbeaf1b2e2c9a10827ee3d7069227ccc20e0 19 0.00/1.00 vMB 0
113,736 113,736 0000000000000594f15f9e903a27f641336b91ab5a28cf22b6cd17c8860153af 10 0.00/1.00 vMB 0
113,735 113,735 000000000000d53fc93e8dae35c2a966b1a6a5e25ec123ef0003378695a0f5a5 35 0.01/1.00 vMB 112
113,734 113,734 000000000000a774bf0c93d4cb2e0235153bf76f77b9153e50be29b8c3cfc4f2 14 0.00/1.00 vMB 0
113,733 113,733 000000000000d12f16c3463ba8df196a15c038161ed662f61ab65d45047bcfad 12 0.00/1.00 vMB 0
113,732 113,732 000000000000165057836c51b836289a5f3eb6823e15f770c32c9bfe363ce637 12 0.00/1.00 vMB 0
113,731 113,731 0000000000006b69604c81bd38e7aa10b766842040877b339db003de36dce4b4 9 0.00/1.00 vMB 0
113,730 113,730 000000000000dbd77d79cbc5b6720908cb3649228a6f58800161c1d5c23ac0c3 1 0.00/1.00 vMB 0
113,729 113,729 0000000000001df2833e3ed7ad369e4ba706a8a3448db9a4d9fa30a9ef8a947c 10 0.00/1.00 vMB 0
113,728 113,728 0000000000008f5f84f2667b3665b0bb0ecc1500272824dc68ace4db9f6845db 9 0.00/1.00 vMB 0
113,727 113,727 0000000000003edf1e12a0a90c3a248e631e879cf1fa29d76a9cbd85fc0f4ac1 12 0.00/1.00 vMB 215
113,726 113,726 0000000000009e6fe61355a5b95fdd4edfe2fe97fee872cbbbf52c8d1e475955 29 0.01/1.00 vMB 0
113,725 113,725 0000000000008aabd026c2663bc8569379eeddefd5739061db89c525f36f796a 2 0.00/1.00 vMB 1,360
113,724 113,724 0000000000006da01e16b8be27d0d787f8468f8ed342c07874f0499a37908e16 10 0.00/1.00 vMB 344
113,723 113,723 000000000000c34329addb5772565f859658eed5aa245d639a2f7b2173a335e2 13 0.00/1.00 vMB 491
Previous 10 blocks ↓
Total Size: 782.27 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: 656.71 GB
    • Received: 14.42 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.