Loading Tool

Explorer IconExplorer

Memory Pool

81,263 transactions
31.15 vMB
0.09244720 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 5a69eda6ffa47932b4c8d826fe40e2b12f83a55a8e0c8af3ec12c101ac3e460b
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 8d214a8f30e10f7023d1f1c8f9278ce4acf6f4adfa2c0a2aea62d7350e32ee81
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,483
Size: 1.00 vMB
Total Fees: 0.01952981 BTC
Feerates: 45.88 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (366,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,812 548,812 0000000000000000001722d850d9e1cf811dc8d38952069cd417f4d387fe84d8 3,159 1.00/1.00 vMB 8
548,811 548,811 000000000000000000208ca3461093f456e94f1c93d8157947fb4e3e3ceefbed 2,492 1.00/1.00 vMB 23
548,810 548,810 00000000000000000003c7053c4be756b350bef8c6fcc2ae31770237015a0b62 2,783 1.00/1.00 vMB 5
548,809 548,809 000000000000000000104a995254a26831304b75a3ab2bf8485564cf0d9eb4b6 3,182 1.00/1.00 vMB 20
548,808 548,808 00000000000000000011a9b20f37730144c58e1a04a9418264f6cfefff845dbd 1,121 0.43/1.00 vMB 11
548,807 548,807 0000000000000000000bbe317cece0860614fbee44b2f792cde1ff6883f4dad3 475 0.24/1.00 vMB 10
548,806 548,806 00000000000000000020b503ca94706bb30640283d33e0ca2c68aeee36c2a696 845 0.66/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.