Loading Tool

Explorer IconExplorer

Memory Pool

92,323 transactions
24.73 vMB
0.07372391 BTC
Random Selection Loading Transactions
Max Size: 167.06/200 MB

Candidate Block

Mining Attempt 3da2dd1c9621e5f2ada314ed27d59d19e9f6ed3d94d5099587ac927178aedfb4
Version 20000000
Previous Block 000000000000000000002c5c0c50365a528854564849020dd0161a0f182ef047
Merkle Root 65e3df3c9efe9ea3aaf5d5e711c80f4d09e5289c5c8969f7189f93d54484cfd9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,941
Size: 1.00 vMB
Total Fees: 0.01587101 BTC
Feerates: 100.52 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,856 (866,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,585 49,585 000000000adc79c7296448695a42b6076b9d988e01485959cf1248e35e2d1fcb 1 0.00/1.00 vMB 0
49,584 49,584 000000000e7c302d1b15f013b62e96b74f1498e70760ad089480cb31d288f9c0 1 0.00/1.00 vMB 0
49,583 49,583 0000000024b24c8b1275f862a1799ab3fa7f35390a985c209c7a470d81f4d92b 1 0.00/1.00 vMB 0
49,582 49,582 0000000001796fa33d8eaefcc36e9eb7d7b42847e77fc66737bec76ae74c9e55 1 0.00/1.00 vMB 0
49,581 49,581 0000000016bc5d0943d839d9a2ae1dde3baaa1f6f73037218b68b44dab5f71b1 1 0.00/1.00 vMB 0
49,580 49,580 0000000001ce1d3522cc83e38e943778e283324d066a2a637c8ff6c731785571 1 0.00/1.00 vMB 0
49,579 49,579 0000000023ef6ae73064df4e2c62921c43d8d26f68a6bb3278b0e58fc0407198 2 0.00/1.00 vMB 0
49,578 49,578 000000000299b302f699d285fe710ba65bb2b64cd204040b1301983d4df59db0 1 0.00/1.00 vMB 0
49,577 49,577 000000001ff18ba22a0ba13235d267009308bed9bc02ff8513269d18d8fa7275 1 0.00/1.00 vMB 0
49,576 49,576 000000001e49d3ac73f7ab9239f3f4eaf78a3f07e2163daa930cb85804efe1ae 1 0.00/1.00 vMB 0
49,575 49,575 00000000269c8cf1b32e0e42363dca881e55ef429b16c6a660ed3e831faa03d7 1 0.00/1.00 vMB 0
49,574 49,574 00000000216aef2ecb2d15bd3081e4cce85766dfa650f51ae33d4c182041ac27 1 0.00/1.00 vMB 0
49,573 49,573 000000001fb045eec3efd0b60644ade3170bb2413377b8cbf59ea4e9887507b0 1 0.00/1.00 vMB 0
49,572 49,572 0000000027a19747e9cb480f01dec496fa82d080993e9b586d7fb7cef0237d92 1 0.00/1.00 vMB 0
49,571 49,571 000000000ea7c91d454c594b0bb312ac400da061d2577d538899eeb26be3a6cb 1 0.00/1.00 vMB 0
49,570 49,570 0000000028754ca52ae3ebe4380867d1990ee7c3f576ca882c8a603a89075636 1 0.00/1.00 vMB 0
49,569 49,569 0000000003daed0e0db043b0423e6c108c9098d26d4d3bcf67f068de209b31d7 1 0.00/1.00 vMB 0
49,568 49,568 000000000e475df0381b03188b63641b5fb0d321572df44d1292e61782292945 1 0.00/1.00 vMB 0
49,567 49,567 000000000c43e3c040d59bcaaa39a9e27ecd935ee4c8d22959504036dd5e18ff 1 0.00/1.00 vMB 0
49,566 49,566 000000000daa316f30014a4a6fbc4e05913c6254f63593c0130600a32fc408cb 1 0.00/1.00 vMB 0
49,565 49,565 000000000930da18f8cf70c8479776d83dd12e1b8b5ccd78fc501af9ac2f611a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 794.00 GB
    • Received: 22.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.