Loading Tool

Explorer IconExplorer

Memory Pool

79,514 transactions
30.19 vMB
0.08240102 BTC
Random Selection Loading Transactions
Max Size: 183.75/200 MB

Candidate Block

Mining Attempt 804aba8123d0f565d01875aeee952fe22a214f434456c91f17df36f484e6baee
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root d96eec4421de67ca37742530092dd47e1ad45607c66b6b60451e744c72536aee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.01515864 BTC
Feerates: 203.60 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (137,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,585 777,585 00000000000000000005349b346d630629950a34050bc2fdb984be3616b839ae 1,049 1.00/1.00 vMB 5
777,584 777,584 000000000000000000025805cfbd04913caab3149152734ecc6069de8187b256 343 1.00/1.00 vMB 1
777,583 777,583 00000000000000000000eca7c67bb9fbadba6ad8c5eff9881085a1b915afb15d 297 1.00/1.00 vMB 1
777,582 777,582 0000000000000000000234383168972f67adaa62b45d8af243c182c0ca689825 843 1.00/1.00 vMB 7
777,581 777,581 0000000000000000000688d7002e84553296c22eeba1079544a4f0fa98049fd2 257 1.00/1.00 vMB 2
777,580 777,580 00000000000000000000b27a929820188814e4733b50df5e2106e02f972cd8ba 1,953 1.00/1.00 vMB 10
777,579 777,579 00000000000000000000937112014397da466cf5ad7dc40cd85cb8db87f509a5 1,376 1.00/1.00 vMB 8
777,578 777,578 00000000000000000001902598ff56c0670165589fa7498b409bfbdbd4e9d2b0 1,410 1.00/1.00 vMB 10
777,577 777,577 00000000000000000002717d4c1ee8d8ab6cfa2bd0f6a9228fbc79d578d792d3 214 1.00/1.00 vMB 1
777,576 777,576 00000000000000000004e7d9e3aa9934b4647deac7aa82679d8c61a3231c851c 538 1.00/1.00 vMB 3
777,575 777,575 000000000000000000054648d56a8fcaec19fba08fa15a80447adb543ee86470 465 1.00/1.00 vMB 3
777,574 777,574 000000000000000000042fb5d02f30e0dda0d17b36400150a8d8fbf5668156a3 629 1.00/1.00 vMB 5
777,573 777,573 00000000000000000003c3d5c46824f8f09439d4cb0adbfdb1675578651a5065 701 1.00/1.00 vMB 6
777,572 777,572 00000000000000000000adb9f27d3bd88eaa1a5282758b9f6f7a83cdac8b0e4a 1,647 1.00/1.00 vMB 13
777,571 777,571 00000000000000000006516cc353276a174d192e7d1c32971d541bd74eab88ec 805 1.00/1.00 vMB 5
777,570 777,570 000000000000000000039c791bc88767b63cda01c5ed4dec2830fb58b0424c1b 2,780 1.00/1.00 vMB 17
777,569 777,569 00000000000000000005c890246b596334acc5c9748f9a3c4a3e61269d194492 261 1.00/1.00 vMB 1
777,568 777,568 00000000000000000005d7319f5a7c2148cbc327829d2160459f36277993b05d 1,339 1.00/1.00 vMB 8
777,567 777,567 00000000000000000002618e135d51344e7fcecfd7615841fd880efe1bd4e9de 2,402 1.00/1.00 vMB 14
777,566 777,566 00000000000000000007227928ea0952944120750dee636cb9403be4a196d048 1,098 1.00/1.00 vMB 6
777,565 777,565 0000000000000000000405b84c6fedc282a89c53e52ada358ae24d8e31603897 1,862 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.