Loading Tool

Explorer IconExplorer

Memory Pool

76,621 transactions
28.20 vMB
0.08624916 BTC
Random Selection Loading Transactions
Max Size: 171.78/200 MB

Candidate Block

Mining Attempt 7e9a47834c1f6219f2cd6f0d5f0d1ae8dd3c591d78e59f21343bf55925ae34c4
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3e881690d3b2b1c15dcb5c6ee42b4ba9824b5e7615c076e4f15a97b794ef5eeb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.02475706 BTC
Feerates: 150.93 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (192,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,684 722,684 00000000000000000003fcaf259188139cdbe6755d9ef5f67243759676edb19a 1,584 1.00/1.00 vMB 15
722,683 722,683 000000000000000000055d6b3295ca56e86df4a736bcd3161b7c2367c00b7c52 962 1.00/1.00 vMB 7
722,682 722,682 00000000000000000007d03fe4a6d351e7e3e19a82167f2a89f42b52240b2bb1 211 1.00/1.00 vMB 2
722,681 722,681 000000000000000000029a5b46e1dc468b341324897d48d1da305364ead1de46 1,281 1.00/1.00 vMB 7
722,680 722,680 0000000000000000000804f1f80fb298e83d5a2a6f41a9c9d60938443885f626 525 1.00/1.00 vMB 4
722,679 722,679 0000000000000000000699e068680ebc2ae32697a13d0b1e044f9a4d40fc04ef 1,887 1.00/1.00 vMB 11
722,678 722,678 00000000000000000006fd11f6d54c13b471ec3be41f51daffb3c0d7353b90ed 348 1.00/1.00 vMB 4
722,677 722,677 00000000000000000006f085e64ec41ed9ae76de4de5947f975368e9b3b50640 1,074 1.00/1.00 vMB 4
722,676 722,676 0000000000000000000a07860f7c85c144d2f7c593c38264d10b1b80764d64b0 2,786 1.00/1.00 vMB 16
722,675 722,675 000000000000000000010161a85fc357f0a5f3937f623a819af6e3b910650e88 1,274 1.00/1.00 vMB 2
722,674 722,674 00000000000000000006dbe7a458ebaebb15bca444af4932cb36a63ee5c75d27 551 1.00/1.00 vMB 4
722,673 722,673 0000000000000000000400cdea08a88718c15e345dedbae49fc06050ec2947b3 1,858 1.00/1.00 vMB 6
722,672 722,672 000000000000000000095d9b6a11211645d1929fb1fe2936633c3e6992709617 2,912 1.00/1.00 vMB 11
722,671 722,671 00000000000000000001a2834024d9f2ce32722722c2ba1dabff2c2721760f17 1,667 1.00/1.00 vMB 13
722,670 722,670 0000000000000000000411a4a365c894a968532ccdcefe38dab3a18fb3f5d664 2,017 1.00/1.00 vMB 48
722,669 722,669 000000000000000000006f95e538b96ca1978c4ae70f09aa607c5a201f396e8b 2,807 1.00/1.00 vMB 12
722,668 722,668 0000000000000000000a1593e2c8a01b56c1cfbb2fa0f991942bdac8d6569b5f 1,039 1.00/1.00 vMB 12
722,667 722,667 00000000000000000001b4074577642d9277953da289b0929013c30a7772956d 3,317 1.00/1.00 vMB 19
722,666 722,666 00000000000000000002f78e4a0411b560e876618fd4e84ca5dc17b399b9e02a 2,107 1.00/1.00 vMB 3
722,665 722,665 0000000000000000000791ea3b663cd5025462f39c8ea1df06c9cd2556ac3118 2,788 1.00/1.00 vMB 11
722,664 722,664 0000000000000000000a5e7b0f90159c71d88fa5409834f88b7fbf1d3af57270 2,457 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.