Loading Tool

Explorer IconExplorer

Memory Pool

82,119 transactions
30.22 vMB
0.16782988 BTC
Random Selection Loading Transactions
Max Size: 181.68/200 MB

Candidate Block

Mining Attempt 30c5ab1c05188e1d53de9b89fac8b7f35586cf13fc4adf384cb60acfd367821a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 54a44850d38cea6924c357f7dd7e9228d6638c48dcf4ad326664f5bf2b0d0f10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.06360961 BTC
Feerates: 1,002.91 > 6.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (366,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,805 548,805 0000000000000000000e61f1b004ecd61bc305d554fa85313d448442ee995763 2,712 1.00/1.00 vMB 15
548,804 548,804 00000000000000000009cafce231327349967262701a644b909a8d5a9d1b2443 1,035 0.95/1.00 vMB 4
548,803 548,803 000000000000000000043a9bba49bed793d3e3ac3eb4c95cbba676edb0d65771 1,650 1.00/1.00 vMB 4
548,802 548,802 00000000000000000001597f129b3d4c2c5cba30ef0a8d2b3d60017cdcca5cb5 3,231 1.00/1.00 vMB 7
548,801 548,801 00000000000000000016ae862bdccbb5ef29f52752c0f179644717077e4c0e57 1,734 1.00/1.00 vMB 14
548,800 548,800 00000000000000000018311c3b162fe81488d3f923cc8ef04b70213a80c9920c 2,389 1.00/1.00 vMB 12
548,799 548,799 00000000000000000012374f7e8df480f31a26b0caaccf5af69cad3a581ed5b6 647 0.29/1.00 vMB 11
548,798 548,798 0000000000000000000a729234621a93dd0ff97dc065551ab5d5eb74a6179f82 1,756 1.00/1.00 vMB 11
548,797 548,797 0000000000000000000438ae7acff7f0628e3a09dc54c6d053918ec201d70d94 1 0.00/1.00 vMB 0
548,796 548,796 00000000000000000000b3a626866c3153e6af1e33c87f04bb59a0e6b5cb83ab 3,138 1.00/1.00 vMB 14
548,795 548,795 0000000000000000002374308e0bcd5bc27d4189bc3225bce1eb0bcc3acbc167 3,044 1.00/1.00 vMB 26
548,794 548,794 0000000000000000001a4a91512dee6464847489a4e75271cd10e7881bb8a547 2,534 1.00/1.00 vMB 10
548,793 548,793 0000000000000000000a31046e26b058d65cc4f35ffc39c2979c9a72330d0ce7 137 0.08/1.00 vMB 21
548,792 548,792 00000000000000000007b4977fb5e9bbb0a1ebf4e662c9943c52ca999727b965 797 0.48/1.00 vMB 6
548,791 548,791 0000000000000000001fc5536e7b21c00b49eb187be394454a2faf8d80b47d2f 559 1.00/1.00 vMB 2
548,790 548,790 0000000000000000001d6fa332eed4d4fbff507ae5fc0249308a431bba39c767 1 0.00/1.00 vMB 0
548,789 548,789 0000000000000000000e879ea50a15f15ecc31dcfe1661e1af56b193ebd696cd 1,809 1.00/1.00 vMB 6
548,788 548,788 000000000000000000128d0a1b5d37e8d318c0280e58c9a2c73776352c57076d 3,038 1.00/1.00 vMB 12
548,787 548,787 0000000000000000000ac977722a33c2f4d2379e8d02c2558f66ca08a86e6a67 2,226 1.00/1.00 vMB 12
548,786 548,786 0000000000000000000e847c2129de195650aff80ef5a7c6b1a9f6aec0146549 1,530 1.00/1.00 vMB 4
548,785 548,785 0000000000000000000a2b9ac14a2ac39a45e02065d14560ceb8a125d49de151 2,681 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.