Loading Tool

Explorer IconExplorer

Memory Pool

77,441 transactions
28.98 vMB
0.10232359 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt e94b6bd3ec17c0a181f778c4755e723abeedae6de3ba3d0fe8b274c6fe678ea3
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 0b079a9cf5dfe0cd8a612f8d90f567d19971af8050f381b23d2980b1a4acabff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,590
Size: 1.00 vMB
Total Fees: 0.03257547 BTC
Feerates: 180.82 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (339,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,573 575,573 00000000000000000006764d19cb6f070ad690457aedd53ba1baa7f888c17e22 3,132 1.00/1.00 vMB 81
575,572 575,572 000000000000000000008a1bc9db9dca839c508ec4bc877ad0f55f83eb6d8fd8 2,093 1.00/1.00 vMB 93
575,571 575,571 0000000000000000001023a6220808726bbd93d18f68d92b3bd5af9767e06e81 1,494 1.00/1.00 vMB 78
575,570 575,570 0000000000000000001067c29c5097a4f69329fb7d8059803c09b57915dc348c 2,605 1.00/1.00 vMB 124
575,569 575,569 0000000000000000002685d3654cd109ec952b9527c009a15443660ddca0207f 2,717 1.00/1.00 vMB 78
575,568 575,568 0000000000000000000c335fe45dcd7e5cb1d3aff0daf733fedb8dc23d275182 3,333 1.00/1.00 vMB 61
575,567 575,567 000000000000000000047345ce2dbae3a0bd2f23eabbd183821895aec1b494a0 2,801 1.00/1.00 vMB 111
575,566 575,566 000000000000000000129f6631475e232ec32b85fd953b64e31d2f44a40c8e0f 2,808 1.00/1.00 vMB 114
575,565 575,565 0000000000000000000d1e893a3b623a1aa31be46796c6446caf8d3717ead393 3,483 1.00/1.00 vMB 151
575,564 575,564 000000000000000000225f85d56ca55e70f0d9ffdb3689ec5d1846fe47e929b7 2,218 1.00/1.00 vMB 70
575,563 575,563 00000000000000000015b92e13286687a7229a62fdfe77476067e0569821e0db 2,276 1.00/1.00 vMB 47
575,562 575,562 0000000000000000001c3bee19999c66d5250245224e650f0ba41c9bcfc49e98 2,878 1.00/1.00 vMB 117
575,561 575,561 000000000000000000160754f6e33c8867f2b054843166f3d278b19f99bec695 2,969 1.00/1.00 vMB 61
575,560 575,560 00000000000000000028e890fc4a0fd3b509b9a10b2945cc2e528d73e9cbc6d8 2,164 1.00/1.00 vMB 78
575,559 575,559 0000000000000000001d086662d83131febdf34e4e877353c1faae3e948e0b61 2,344 1.00/1.00 vMB 69
575,558 575,558 00000000000000000018c2447d76c1d79993eb1e3ffedebf4f1c3ece428366a1 2,809 1.00/1.00 vMB 100
575,557 575,557 000000000000000000019660a8a3be3019c07dadd96104686a7eb9efff663145 2,961 1.00/1.00 vMB 94
575,556 575,556 0000000000000000001c56dd7762d7a44a92b0a3fa329278898262a9d8e965e8 2,877 1.00/1.00 vMB 106
575,555 575,555 00000000000000000023f3a109cca676b6167c992275fd51ab24dd3f54a062ab 1,639 1.00/1.00 vMB 97
575,554 575,554 0000000000000000001aaa70b3d80556cf2a0559322f66b708768cb5c1e039f5 2,634 1.00/1.00 vMB 113
575,553 575,553 00000000000000000023bdd89111df83d5a78eedf2a505f21a3d1c618a963f3f 2,862 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.