Loading Tool

Explorer IconExplorer

Memory Pool

47,300 transactions
28.42 vMB
0.11265051 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt 77caa4c9007005118925d466ef45161047d14202453de2f1b9c8f60806c3eff1
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 7647ba839986dbfba8b12bff76d3f690118c7ba530aa81de3b56042e46f40b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.04563229 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (526,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,777 388,777 000000000000000000ecfae96157efa583aade4eed026c2958f7d66bc531f002 692 0.27/1.00 vMB 36
388,776 388,776 000000000000000001c0c5e4b14011a19166b894b47dff403594bdb3e9871854 2,218 0.89/1.00 vMB 37
388,775 388,775 00000000000000000b2f6052c95645c27f99ebdb8810eb760d517fa4b0cb2ef6 1,560 0.77/1.00 vMB 28
388,774 388,774 000000000000000009cf5ec1b676e25c9c6516856354127a4dda678f9cc94e12 1,574 0.75/1.00 vMB 38
388,773 388,773 000000000000000001d58df7f242988bb0d5379744f95d7bc0fcacb1a7cb5acd 1,502 0.73/1.00 vMB 30
388,772 388,772 00000000000000000bd261ecabe35379dd1dedef798ede05d5a0368d6c6720b0 534 0.23/1.00 vMB 39
388,771 388,771 00000000000000000c44e6b1be18969a7dc5d57bb27ca6e2f706f648243089d0 642 0.75/1.00 vMB 17
388,770 388,770 00000000000000000afb52b1d10dea0bf8a837608a6563554f4c4fa5be8ec11b 1,276 1.00/1.00 vMB 14
388,769 388,769 000000000000000009722f1450aec164ecd7bbcbab063d40ef477fc1d5190b9d 1,404 0.95/1.00 vMB 24
388,768 388,768 000000000000000003eed6c61323f306aa9d3913bc7b7bd32966e446e1157785 1,122 0.95/1.00 vMB 24
388,767 388,767 000000000000000000a4c69d1739b879517e30b363ddb3251f1563cca5c51fdb 1,789 0.95/1.00 vMB 32
388,766 388,766 0000000000000000031a4810da6cf5286656d79f74ae3a4686f0a2e3bd2cfa01 793 1.00/1.00 vMB 16
388,765 388,765 00000000000000000b4f002c09b757adb430f82b7d2a867aee761b29942c8f22 1,559 0.89/1.00 vMB 29
388,764 388,764 00000000000000000548224526a3b0bdad8669c37b7813d92a92e03818e323b1 1,775 1.00/1.00 vMB 24
388,763 388,763 00000000000000000de1560dca6e06ff47c8a0d4dee85b5764c33d0e5239f6e9 2,423 0.95/1.00 vMB 37
388,762 388,762 00000000000000000b003420ee20fbc812d47fa54c7efcc4674f6a1e65a643aa 3,270 0.95/1.00 vMB 71
388,761 388,761 0000000000000000066528e6dfad9f7551092d165ec9b2584f84072d55950e49 713 0.34/1.00 vMB 38
388,760 388,760 000000000000000006545d0e0dc8b0c2984dde39dbcc6834701e99d9f4cf6673 791 0.75/1.00 vMB 22
388,759 388,759 000000000000000006a366a7cb845986a666fbb267f6940a67be833c7f477e84 2,679 1.00/1.00 vMB 41
388,758 388,758 0000000000000000015d040c9941f33481dc8b4b057f37463866a2109af30516 2,245 1.00/1.00 vMB 37
388,757 388,757 00000000000000000a6e7e5f8d4ca2eda2fb673cdb96ffd67e6db297c192b329 769 0.30/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.