Loading Tool

Explorer IconExplorer

Memory Pool

80,829 transactions
30.50 vMB
0.08283436 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt 649e680a917c4c9b107b814e4e28f809bb4b612287c036edbc9ae9cf1bcf3521
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 21d36a50358d797720a9f031d65cb8877de5d5590afd0f95d42b92cabfc065e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.01461421 BTC
Feerates: 318.30 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (472,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,646 442,646 0000000000000000020479cdd01156e3e26c5a4a09de32e69df48ae0611d5454 2,165 1.00/1.00 vMB 69
442,645 442,645 000000000000000001fcf77c726987c5646ba0b1c1635347e05da3292b1160b2 914 1.00/1.00 vMB 76
442,644 442,644 0000000000000000033626ec8a206255694eae8db9bec6da1b516070e7f2962e 1,178 1.00/1.00 vMB 81
442,643 442,643 000000000000000002a2d8ebfe010935e91f939850e08ccb59cca6d8e9be6fd3 1,249 1.00/1.00 vMB 98
442,642 442,642 000000000000000003963ea7056fcab47b3aae0767cd46e4d85a7dd8a6f7ecd6 1,743 1.00/1.00 vMB 80
442,641 442,641 00000000000000000370044127122447077137213b158d8f353f0ae0ec964e33 2,839 1.00/1.00 vMB 73
442,640 442,640 0000000000000000011e463b8670e25f4f0c3f3dda6401b1d2be26a51ffa2374 1,773 1.00/1.00 vMB 77
442,639 442,639 00000000000000000348c8fb822c0656f26156c990758e27af5186a1634a4d8f 2,521 1.00/1.00 vMB 76
442,638 442,638 00000000000000000152f18d8766fa24d07206c0ab20000b81c3c616a67c42b3 2,427 1.00/1.00 vMB 94
442,637 442,637 00000000000000000304c8f129cf081e2c3a93d584c5ba4cf04134eae6bab609 1,237 1.00/1.00 vMB 64
442,636 442,636 00000000000000000306be03a694e1b37acd7dae00fb34b992849de67c848f6c 2,862 1.00/1.00 vMB 74
442,635 442,635 000000000000000001fb466fed697c6f9112a38634bdcbfb5abfcacf93b55bd7 3,358 1.00/1.00 vMB 73
442,634 442,634 000000000000000002f106d2f8fe3732550bbdff15f19c0552e2e5be7211e943 2,244 1.00/1.00 vMB 81
442,633 442,633 000000000000000000a64ade4162836cdfadf614f3627000d02d71c76e1307e9 1,987 1.00/1.00 vMB 83
442,632 442,632 0000000000000000014a9ea6e01aeb39277705e1a78c79a9331d3bdd57c41c7d 2,518 1.00/1.00 vMB 96
442,631 442,631 000000000000000000095eef2ab95ae25da7346dc12aa8c37e4e48da8059d455 2,120 1.00/1.00 vMB 83
442,630 442,630 000000000000000003242684d595d611ba81bf8821ae2bed89f0c619abe97d6a 2,050 1.00/1.00 vMB 107
442,629 442,629 0000000000000000011a5cba52b3984e0ddf7c477794d27cdcdf86e39c5f7fb5 1,918 1.00/1.00 vMB 67
442,628 442,628 000000000000000000e1a1493ba9a12c06a2c25d6c72e85a1cc106fae7c70934 2,401 1.00/1.00 vMB 69
442,627 442,627 00000000000000000363e89dee089568bce38d8f9d24f2577a296318813f949c 1,606 1.00/1.00 vMB 74
442,626 442,626 0000000000000000008ed3bf8b30c24fb8c92872134a9d9b179628f16f10e4bb 2,092 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.89 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.