Loading Tool

Explorer IconExplorer

Memory Pool

78,740 transactions
29.42 vMB
0.06477195 BTC
Random Selection Loading Transactions
Max Size: 177.07/200 MB

Candidate Block

Mining Attempt 64f6e7b36d96d8722f5864cb8315b7f0ee9471a60db6e1e97991bd315e332173
Version 20000000
Previous Block 00000000000000000001fb8d6cf84379783287b1b8c366cfbfbd7af86dc1bc05
Merkle Root c4a0e3d90575c5ca326914cd889844eee717c7719fbbc0fd0c5935fa27739020
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,375
Size: 1.00 vMB
Total Fees: 0.00508662 BTC
Feerates: 30.21 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,990 (785,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,636 129,636 000000000000061c5c7bba721425d969d5a490582d9e1b516ccb2339c16cda41 71 0.03/1.00 vMB 848
129,635 129,635 00000000000016edac30e23417187571dc2e5ea4f70e652a5705ea3715926875 19 0.01/1.00 vMB 1,103
129,634 129,634 0000000000000b6beef967c1117845c135a5c2557dcd8efd8262682396b6573e 47 0.02/1.00 vMB 1,133
129,633 129,633 000000000000145cdb56ddff2556ff008c2dd2d6626619bc22d1a8d760f252b4 1 0.00/1.00 vMB 0
129,632 129,632 0000000000001290140649185a1ac7160523b80a6a5965f588348fd51fe1e22a 40 0.02/1.00 vMB 436
129,631 129,631 000000000000114ddcd967ccdf0fd10233d0bbfc269fc44f47eff35571209ec2 93 0.03/1.00 vMB 77
129,630 129,630 0000000000000f90280d0d456e2275e2bba29fdd2dfefcad22cc4db7a7a9a13d 23 0.01/1.00 vMB 924
129,629 129,629 0000000000001c6beba1753d33b974024e60e1423015b27f710337edf8c243b6 106 0.04/1.00 vMB 974
129,628 129,628 00000000000005b3111873875d14423300c7e8d58e34ce922882f454fbe4b154 39 0.02/1.00 vMB 1,201
129,627 129,627 00000000000006868990a110c06515b8a5dccd90a98fb3705d07110cc8e06bb9 9 0.00/1.00 vMB 497
129,626 129,626 0000000000000fb5f8f741a92cca766998ae494bb57bf9dc0804e252e73ba9e6 44 0.02/1.00 vMB 1,900
129,625 129,625 0000000000000d13b65c884eab14b6a0b8f86f2ea787c5bdfa626a3f58c3a2ea 104 0.04/1.00 vMB 728
129,624 129,624 00000000000017e47de49dae3375e47f02473bbc60917b141719f96ea23ccf40 96 0.04/1.00 vMB 478
129,623 129,623 0000000000000894195109a48955731545fd77647cf6a4636e8101082fc5e5a9 18 0.01/1.00 vMB 1,236
129,622 129,622 00000000000009d8d3414e721ec2e54b641114f2856ceb797631ec39c78961a7 115 0.05/1.00 vMB 653
129,621 129,621 000000000000036cc0340374cd2b449e79f7c3c6232df246eb28dda5d47e3a6b 25 0.01/1.00 vMB 1,474
129,620 129,620 0000000000000fea96b987714f136d58cb0904cd456008c9a4c92e44bc216df1 2 0.00/1.00 vMB 0
129,619 129,619 000000000000190ccd84a1f00842795e94deb09bc00627c087f58b71c06ea459 10 0.00/1.00 vMB 0
129,618 129,618 00000000000008e2ff2b1677fec1a49a45c8ab7f9e18f2d94be1e37c81af8c95 168 0.05/1.00 vMB 369
129,617 129,617 00000000000019172c9557f5b39c9a54c564f7f6ee91f336945c5049ead1fe6e 50 0.02/1.00 vMB 1,427
129,616 129,616 0000000000000bd457a0b5b709a7fd9d08d552d6ce6c794d0312e35a9050d42b 128 0.05/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.37 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: 663.87 GB
    • Received: 14.94 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.