Loading Tool

Explorer IconExplorer

Memory Pool

77,565 transactions
29.34 vMB
0.10063590 BTC
Random Selection Loading Transactions
Max Size: 176.71/200 MB

Candidate Block

Mining Attempt 512c987824af3eedfdfa818f10ca8b2a52ec6f49a0c296c83e8f6b1a10896a78
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 556fbad94ac52c070f78956e4f4de3405c66cdf1cf711e3bf1e0f3f8a70f3c8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.02660518 BTC
Feerates: 151.12 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (544,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,854 370,854 000000000000000001bb63f4e42b95f1256acea797f27cf003bdfa6c2377be88 1,231 0.68/1.00 vMB 37
370,853 370,853 0000000000000000120d284e6ca8145d6ff8855a47858479070f70f56dc1f4df 50 0.03/1.00 vMB 24
370,852 370,852 000000000000000000f61f6f5cee9b3ede6cc3333a96d2533545ce0288c8bb54 472 0.55/1.00 vMB 18
370,851 370,851 00000000000000000fff81f887b484c3e1dd0604944e0da64e160321a291e7d8 83 0.10/1.00 vMB 29
370,850 370,850 0000000000000000083eb3a2218b13229525f6c02ba59c706e159d6eaa9602e4 1,960 1.00/1.00 vMB 42
370,849 370,849 0000000000000000082a754e30077722fe07fcea3b40fe4115ac53085d15d2a7 559 0.30/1.00 vMB 33
370,848 370,848 0000000000000000144389d0d817f2b390a6330762fce3d014fca19380f4b74c 583 0.34/1.00 vMB 31
370,847 370,847 00000000000000000f2fcd544011493d9f5cff3ed9c0d4438563ec0922cd2d51 911 0.52/1.00 vMB 30
370,846 370,846 00000000000000001446b63d854edae6ad834d820e47a06732c9c95fd076ef86 1,662 0.93/1.00 vMB 39
370,845 370,845 00000000000000000e4b9599dc4511d137cfeaf7da720fab97282a9d69cae122 1,760 0.95/1.00 vMB 38
370,844 370,844 000000000000000008bf2a3d6a8123d0ba1f0bc95e2629fcb3745661597d03a1 331 0.15/1.00 vMB 43
370,843 370,843 00000000000000000d2b136f5bc6375cbf37e5e8c69c8a9f20c9a49a89d052df 641 0.30/1.00 vMB 50
370,842 370,842 000000000000000001505ee223eae419d9a1286670a25e09ccf080aad98cbc29 325 0.23/1.00 vMB 34
370,841 370,841 000000000000000014bc61c742c824fa54af648a3d5340f789af4b1a28c5f8b3 1,099 0.64/1.00 vMB 37
370,840 370,840 0000000000000000093cbf48e08cbb32de06294a4f7727c0ce16b1379d5ff278 1,067 0.53/1.00 vMB 39
370,839 370,839 00000000000000000f8c9e3bc7d03cb0236cb20ba1164f59c3ad28c2ff6a64e0 495 0.25/1.00 vMB 35
370,838 370,838 000000000000000009bcf9dd81a80a15c4199449f0f53ef235d774633627319b 66 0.05/1.00 vMB 21
370,837 370,837 000000000000000003f0a063001f2f12a22c30325cb2cf50e369bfe5fc4ab227 218 0.10/1.00 vMB 38
370,836 370,836 000000000000000004a32c56f3273c6d4479dac73f56aa6140602b3b6fcc32b7 152 0.07/1.00 vMB 35
370,835 370,835 0000000000000000149c4460c138c259f001534c11108df419e2088fc50373ee 642 0.37/1.00 vMB 33
370,834 370,834 0000000000000000038c52522f5c9e26b8b62fdcbd73dbe1b2819d4b7baabc74 585 0.23/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.