Loading Tool

Explorer IconExplorer

Memory Pool

81,207 transactions
29.55 vMB
0.08289584 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt fbea1fe5f1801c8b81abae612cec89063c9cd6407dae53f8e804544ab47d7598
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root b6b41fdbade729fb795b58252af4c73f423e6f70bbdf23b90d1d05542cacfff3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,286
Size: 1.00 vMB
Total Fees: 0.02061593 BTC
Feerates: 100.53 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (899,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,608 15,608 0000000079e9e90c35f4dd08d7ebab5707c9b0fe09154e46e562dd0221431946 1 0.00/1.00 vMB 0
15,607 15,607 000000008a424e60b5aecb36247884547020a6bd614738037ac3ff541fc1b38e 1 0.00/1.00 vMB 0
15,606 15,606 00000000c6e7165ff7ceff25eedc6489dde8bf63d2ed9bb45b914dd8460811b2 1 0.00/1.00 vMB 0
15,605 15,605 0000000023934427623b0842ca8b9580b3ff21da1baf71b9fd5e52026cef4a62 1 0.00/1.00 vMB 0
15,604 15,604 000000004b308765ecadc411dfad03b2407cc4fd4e59cee06f44ce016dc2b669 1 0.00/1.00 vMB 0
15,603 15,603 000000003a64fd7807510b076d94b4c2b6e09ebd12a20d3f1f4117c804772717 1 0.00/1.00 vMB 0
15,602 15,602 0000000069e8fd67bf12ac65559186a5bfb815f8d550101d51f945ce5073ab08 1 0.00/1.00 vMB 0
15,601 15,601 00000000e15683b663c37efd5c87ddb98851ada5dbf096b9929f0fa45a72298d 1 0.00/1.00 vMB 0
15,600 15,600 000000002f531045360bb2f0ddd20e04e0615d712cd17e4c615b298ed14c0536 1 0.00/1.00 vMB 0
15,599 15,599 0000000010e4ce799db20b44822e117e1f8327e6213a48cf092955dc9077caeb 1 0.00/1.00 vMB 0
15,598 15,598 00000000ccfdc131cbc68390cc9b56807933e1085877071ae06241f1928d53c9 1 0.00/1.00 vMB 0
15,597 15,597 0000000020879a2a0c7616daaf5366e766dd424c2148fd279aa31bdc9fc38ad6 1 0.00/1.00 vMB 0
15,596 15,596 00000000245f24dc6ae2c911be81ad30cd174dbe61072bed02714ec15c63f663 1 0.00/1.00 vMB 0
15,595 15,595 000000008c52b2b0680a270fc2670f3d2ac20744d36f45f23a9bf2375ede2e33 1 0.00/1.00 vMB 0
15,594 15,594 000000008f49f15630eca93bac47203161a9e39e9e88d347e50b56261b60c836 1 0.00/1.00 vMB 0
15,593 15,593 000000000d9a15097bd9ca4d9d6c1d0909b4f3db4370b37e9ad6c76dc6b0e1ab 1 0.00/1.00 vMB 0
15,592 15,592 000000005d942f02e9005ad88a7c14a41e2ce3fd9433df52b007ccd12ff00d45 1 0.00/1.00 vMB 0
15,591 15,591 000000007209c5e03cc86ea771c85ab04846e79effb1436ee0374b7f8f631473 1 0.00/1.00 vMB 0
15,590 15,590 00000000705aba7f7eb7fbaeef475de789ab8debf1435d1cbca2013a92cbd774 1 0.00/1.00 vMB 0
15,589 15,589 000000005f519c0f9f50e3d9a3e7626e9e3f99aedb921674a7a8bee90256fa58 1 0.00/1.00 vMB 0
15,588 15,588 000000002dbf770cd843885b92ee4028775d6842dca9c9044927526b2b4e9899 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.