Loading Tool

Explorer IconExplorer

Memory Pool

78,627 transactions
29.18 vMB
0.09231611 BTC
Random Selection Loading Transactions
Max Size: 176.37/200 MB

Candidate Block

Mining Attempt f463f3450731cc734cc92bda6a77214bd1b904670321db01eb6299686e673228
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 5ff5eaefaba992b46db6a3e7908e70871ee56e549237feaa1e0c826e1004de21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.03109374 BTC
Feerates: 150.62 > 3.12 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (170,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,771 744,771 00000000000000000000b758bdf7fbce34edaaf90314cf96c66fedb35ec2d1be 1,994 0.82/1.00 vMB 10
744,770 744,770 0000000000000000000824299e6243c3c51624ed790f6f3d49c1b7e9d790ca52 1,226 0.94/1.00 vMB 14
744,769 744,769 00000000000000000007daf3e6e9677a5696c7c5687d408d2955bd06d23f62de 1,753 0.82/1.00 vMB 13
744,768 744,768 00000000000000000008be8ecda80beab72b3d9efa3c2ebada7a9450bbfcecb2 1,430 0.48/1.00 vMB 13
744,767 744,767 00000000000000000001cae30a00303c53cfa8e6a1f5d3c3fdf7e47914e20fe4 1,045 0.32/1.00 vMB 13
744,766 744,766 00000000000000000000b3ee409af32124163c4e65a56c5d315ac131254dd6cb 1,902 0.88/1.00 vMB 10
744,765 744,765 0000000000000000000654fbc40b339a9a90547cf76a72addc07eb8422f236ff 449 0.17/1.00 vMB 11
744,764 744,764 0000000000000000000359c2a71a49d8ad94b767771ac29031d773aa3632a920 2,000 0.83/1.00 vMB 13
744,763 744,763 0000000000000000000150d4dfe67feedad0ca07baa620654d82d3572ee138a3 1,943 0.97/1.00 vMB 5
744,762 744,762 000000000000000000036396e37309f0f1f7ef47d4e9c249525db93a91fa2aed 2,795 1.00/1.00 vMB 11
744,761 744,761 00000000000000000002ed1bccf7efc0815cbf51a86de7a8b7394e3a982716fb 3,096 1.00/1.00 vMB 24
744,760 744,760 00000000000000000000ee0ea98efcfabc552a252944b30634df140cc31930e4 1,360 0.70/1.00 vMB 9
744,759 744,759 00000000000000000001146d553cbb618e97d27748830f6255987d663e3f1734 1,980 1.00/1.00 vMB 6
744,758 744,758 00000000000000000006a3135fab5e0f09bd92bdb122e8ef3853fbc5a602b68c 1,645 1.00/1.00 vMB 18
744,757 744,757 0000000000000000000236f5f47e74e541494a89fe9c6bbbe27c53aaad8a4bff 3,259 0.99/1.00 vMB 13
744,756 744,756 00000000000000000002f0ae7556bca37c89c55907147c99fc1abd21ab89b263 1,045 0.40/1.00 vMB 8
744,755 744,755 000000000000000000046f39b3da2368747a26b1e5b1bda68a45ac3fc1679df6 3,305 1.00/1.00 vMB 11
744,754 744,754 0000000000000000000957d838990774c56e704ac4a8daec29115c15b291b112 3,043 1.00/1.00 vMB 16
744,753 744,753 0000000000000000000966ca6e3a008e423cc5d1585d1ef3df41acf796b8c692 3,372 1.00/1.00 vMB 17
744,752 744,752 000000000000000000094f36e57103e1edbae8a16e7272152c7b68e5ea2342c3 2,756 0.92/1.00 vMB 13
744,751 744,751 0000000000000000000225793db161940c741b5b722a53f39616bfc04474177b 1,477 0.94/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.37 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.