Loading Tool

Explorer IconExplorer

Memory Pool

42,495 transactions
29.68 vMB
0.08900615 BTC
Random Selection Loading Transactions
Max Size: 150.90/200 MB

Candidate Block

Mining Attempt 35280db7322453044078916830801ee997914006a2723a5b16d3f4b7e8cf148a
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 420946cbfd2cd135c251df13f1e72f5d5e9b25b53a9eadd34c36a2e252d6bbec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.02995090 BTC
Feerates: 150.97 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (345,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,413 569,413 00000000000000000015038077a4bd0caccb41ba5d394732608b79bdf273cd4e 2,830 1.00/1.00 vMB 31
569,412 569,412 0000000000000000000b1ac4500680fe0cde21468d0f97b5250e65c8ff592c0c 3,034 1.00/1.00 vMB 55
569,411 569,411 00000000000000000014e4ce0d03b778c508f679433b75e1ba4e0e6adfee7d81 2,700 1.00/1.00 vMB 16
569,410 569,410 0000000000000000002831af1ea99d6975bce0966ef5ec4774aa319be4f33230 2,513 1.00/1.00 vMB 29
569,409 569,409 00000000000000000022f47cf1a1a0f232deb855997f61382106ec35bd0f3edc 2,045 1.00/1.00 vMB 16
569,408 569,408 00000000000000000028fdd71934e78242918cae9a6bd9b7e1d3784b58184b11 2,623 1.00/1.00 vMB 16
569,407 569,407 00000000000000000000e8e737ea367ecd4a0c294587685f9e2f3d4cf7e6b717 2,332 1.00/1.00 vMB 35
569,406 569,406 00000000000000000003ab98093a5e26c31be06b386636a4a3d854f9a7d57dc2 2,606 1.00/1.00 vMB 20
569,405 569,405 00000000000000000025c945fbde3ba51997702c699981553c35506b6c196ecb 3,095 1.00/1.00 vMB 51
569,404 569,404 00000000000000000025d009ec71caa702a4ae2bd08078b86a9d4bf7f93813d3 1,929 1.00/1.00 vMB 14
569,403 569,403 00000000000000000019fc07f671d921a905e7d8315de92c01b5b9437e39c203 2,637 1.00/1.00 vMB 22
569,402 569,402 00000000000000000000ac4320146aadf99c30921f92435b6ba6e1574dd065db 2,970 1.00/1.00 vMB 29
569,401 569,401 000000000000000000164d8a3b56061c92555c930c437c4dd8eb5b4ad4b6c088 3,147 1.00/1.00 vMB 52
569,400 569,400 00000000000000000014dab013a2e2118b8e021e5b2afd65b8f9fdbfdca869b9 1,792 1.00/1.00 vMB 20
569,399 569,399 0000000000000000000be9f043e98cbfdfb85a4e8e39d88d411308a1155f3611 2,386 1.00/1.00 vMB 27
569,398 569,398 000000000000000000270f040c2d58576613c45f15b071e1994813e6b69c7bfd 3,640 1.00/1.00 vMB 24
569,397 569,397 0000000000000000000d6440e97b3051efadad69524595a4c74d7455e37cbdae 2,734 1.00/1.00 vMB 11
569,396 569,396 0000000000000000001d6c094d490e90fa43e07f030f98db9b8242c4cab9f0cf 3,166 1.00/1.00 vMB 48
569,395 569,395 0000000000000000000d6d974e0155fddfb69e27e503f226503559f22684c14c 2,067 1.00/1.00 vMB 17
569,394 569,394 0000000000000000002b86ed01cd3de03d12dd267708e7dd69bc6614c9331bc4 1,153 1.00/1.00 vMB 13
569,393 569,393 0000000000000000001f16fa1fa675f1906f71e3822c26f16c27931e3acf7720 2,348 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.45 GB
    • Received: 11.66 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.