Loading Tool

Explorer IconExplorer

Memory Pool

81,925 transactions
30.17 vMB
0.16495032 BTC
Random Selection Loading Transactions
Max Size: 181.38/200 MB

Candidate Block

Mining Attempt c798e4d174b025f77a33c7219e281eec7c5c0d0acd338b08b2d9d44ab2369974
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e316ef7567497961333d7ace1149eeb5805d249a04bc3949531732d5e88ec786
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.06216845 BTC
Feerates: 1,002.91 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (248,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,438 666,438 00000000000000000002a7989c92ab05d9c7bee271fd5e8bc0ed19137893228a 2,124 1.00/1.00 vMB 48
666,437 666,437 00000000000000000007d4171173d1505e3f7d5a7242a83ce3fd6e1db96e0d9a 2,153 1.00/1.00 vMB 33
666,436 666,436 0000000000000000000c5a1673629a33b76ce1e0f0761010a0af8c28d8ef8f8a 2,810 1.00/1.00 vMB 74
666,435 666,435 0000000000000000000ae38f8e637438dc6f39b04e3343fbfc2d0240f4410683 1,349 1.00/1.00 vMB 21
666,434 666,434 0000000000000000000050505349585ab51cb90b365ae01d81eacccafab34c18 1,906 1.00/1.00 vMB 36
666,433 666,433 0000000000000000000b2a8db5f40859d0c3796b1cbbeda78fecf7ae6d468740 1,381 1.00/1.00 vMB 14
666,432 666,432 00000000000000000007d2448b37c1f5999e0395f0ec6803292ee7e09b77b9df 2,286 1.00/1.00 vMB 36
666,431 666,431 00000000000000000009b8c6f056466afa997480a935ed46b60679c3652d1de3 1,567 1.00/1.00 vMB 15
666,430 666,430 0000000000000000000bab3ca3f7d70c96c201691a8d8baf39f6fd7da7612106 1,410 1.00/1.00 vMB 15
666,429 666,429 0000000000000000000c31debac5189d1dfab8a86ee8292f1cb40fc8e2fe60fd 2,168 1.00/1.00 vMB 68
666,428 666,428 0000000000000000000ccd895e52d4898a66fa8fcc9aa5453e6ce08992026c1d 1,758 1.00/1.00 vMB 21
666,427 666,427 000000000000000000099b24a3d546931f1f586d567fc8f030c9c5202489bdc0 2,155 1.00/1.00 vMB 11
666,426 666,426 0000000000000000000847a0bc567868100878d782c7a80a08f3527b2e67a64e 2,168 1.00/1.00 vMB 27
666,425 666,425 000000000000000000084be81e7e7c80093864b613c81b9c40f2161796ff3ca8 2,278 1.00/1.00 vMB 73
666,424 666,424 0000000000000000000aabf2dfcd5008e58f24d14eb40bcf948bbe8dc7a59279 2,998 1.00/1.00 vMB 123
666,423 666,423 000000000000000000003d2b8f1f5c4933004e3d579e1a7ca42703fa8d3b55ec 2,273 1.00/1.00 vMB 65
666,422 666,422 0000000000000000000013180efa92ba17a0ff02df33601c8bcb4c7a1d8d622e 2,022 1.00/1.00 vMB 29
666,421 666,421 0000000000000000000ce551b7dcbec4ce6c8364be889029d2148a9942e91d3e 1,000 1.00/1.00 vMB 88
666,420 666,420 000000000000000000093f0747908ba43719d7b00fa99a7575d71b9d564dad41 524 1.00/1.00 vMB 106
666,419 666,419 0000000000000000000b9b358f15d2547e6031b801cd212a63ab7c1c3e952c73 2,450 1.00/1.00 vMB 50
666,418 666,418 000000000000000000009237acb5547ca00554a46a84e429497e18c09dabb10a 2,420 1.00/1.00 vMB 22
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.