Loading Tool

Explorer IconExplorer

Memory Pool

82,393 transactions
30.18 vMB
0.13661187 BTC
Random Selection Loading Transactions
Max Size: 182.37/200 MB

Candidate Block

Mining Attempt 962c9a55fda047391f3fade3dbb7502f53c0b8a11e0d000661d7e630ac57c8a3
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 83d6c5bb9b6cf1e8e733baae66e4ca4d22ce7c8529084ca7f1d12eb5a772489b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.05671127 BTC
Feerates: 477.45 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (378,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,048 537,048 0000000000000000002109386e90df5b656dc556b889ff6b8149aa863a723e8d 2,309 1.00/1.00 vMB 17
537,047 537,047 00000000000000000016724cd0ca655a9329fd44465e3dc3e6fd3fe9aa052387 3,051 1.00/1.00 vMB 13
537,046 537,046 0000000000000000001b261888a242c395d61a88dc3f3c945fe5541002c8a1fa 1 0.00/1.00 vMB 0
537,045 537,045 00000000000000000029ec119bf319d2fd2aa1f785820339d7783bb8fbf12afa 2,243 1.00/1.00 vMB 49
537,044 537,044 00000000000000000002c1d5d6a9bde3c0fbb2c2ea67da3a0a79e86cf55211e1 2,214 1.00/1.00 vMB 14
537,043 537,043 000000000000000000011733746b1312e900d6e366a2328b34d84211b2a92852 2,321 1.00/1.00 vMB 46
537,042 537,042 00000000000000000028008a02da42aac4ec762f4e199c10e2909d866cebd553 2,776 1.00/1.00 vMB 64
537,041 537,041 0000000000000000001614d4ed0acdfe843255b046d9c7b5e239a4f27c42bfe2 1,921 1.00/1.00 vMB 25
537,040 537,040 000000000000000000080941ea9d2b73895cf8b15ff638498ccaef2f90aac209 1,272 1.00/1.00 vMB 49
537,039 537,039 0000000000000000000b7f0b8127586a0292e0f86f86e7ed1bc4b4daf578452b 521 1.00/1.00 vMB 46
537,038 537,038 0000000000000000001b37d788265ba0aa6bb71a3bdbe64cc4dc59317a079c70 1,198 1.00/1.00 vMB 79
537,037 537,037 0000000000000000000b3e0d43c120e5b2f841500dffc89a4c2fc6027261b15a 2,493 1.00/1.00 vMB 22
537,036 537,036 0000000000000000000ee8e14e9ae9b4e248905e4924a3a320f5b34e3a70020a 2,590 1.00/1.00 vMB 15
537,035 537,035 000000000000000000193efafcd669bb59965ad4e80474af7d3e917fd590289a 2,619 1.00/1.00 vMB 24
537,034 537,034 000000000000000000157b73e37896d629007ffabca93cf1763ed38211f40171 1,473 0.69/1.00 vMB 12
537,033 537,033 00000000000000000015871a73df05fa978d8f29d7b9905092784ab72bf4de81 2,535 1.00/1.00 vMB 17
537,032 537,032 0000000000000000000c6abd137ec9b1bc204d4c11d4b04634b97d6768a2357e 1,593 1.00/1.00 vMB 8
537,031 537,031 0000000000000000001bb04fb70663f5171cdaea5c6b4d2f0c7ff7801de2ecf4 2,573 1.00/1.00 vMB 7
537,030 537,030 0000000000000000001c677a0d18279e22763c2cca1bb6c0e941798ef30b7aa7 1,799 1.00/1.00 vMB 6
537,029 537,029 0000000000000000001dc49f26b1b9058413404d35fc18bbcf4876a2f4d45526 2,828 1.00/1.00 vMB 34
537,028 537,028 0000000000000000000622863f994e6b6062e156f517550ada53f0ba8519959e 868 0.38/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.