Loading Tool

Explorer IconExplorer

Memory Pool

39,364 transactions
25.77 vMB
0.05355049 BTC
Random Selection Loading Transactions
Max Size: 133.91/200 MB

Candidate Block

Mining Attempt 2b5fec7301fcba176dbad20d5443af22af8ab65032ec6f54763d602e24fde202
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 2d95e33a0a1b8b60e9f711a20e9844dc9170f730ab0ae4995c6886dade0a124f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,452
Size: 1.00 vMB
Total Fees: 0.00687077 BTC
Feerates: 151.16 > 0.69 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (345,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,527 569,527 000000000000000000035afeccb59b467b251b5daac34da087ab13026fb9b531 2,630 1.00/1.00 vMB 14
569,526 569,526 00000000000000000012a9b33d3e3621567bd3577d0d6f75fdc946ac2057ac1c 3,002 1.00/1.00 vMB 31
569,525 569,525 0000000000000000001ef1dc12674f558ee1b4fb7934e2c5761f70874717e270 3,203 1.00/1.00 vMB 41
569,524 569,524 0000000000000000001e865b0007e457ca51b0d768598448b36393048db6e452 3,254 1.00/1.00 vMB 45
569,523 569,523 00000000000000000017510efdd01b10dc667db436b983c82c920c1fc0b491f0 3,416 1.00/1.00 vMB 49
569,522 569,522 0000000000000000000056e1ae764a76fee06ce78054bb84ef8b540ac0ce5cc8 3,306 1.00/1.00 vMB 41
569,521 569,521 0000000000000000001cd25d7e65020f9c2ced693716a321c948a9bd94bce18e 2,926 1.00/1.00 vMB 54
569,520 569,520 00000000000000000018c75f327a97fff9edcaa0296a2e793ab9d09e2449ebf9 2,242 1.00/1.00 vMB 50
569,519 569,519 000000000000000000295565a4aa85396a0f8d89e4b848eafd132e9ae3fda194 3,365 1.00/1.00 vMB 53
569,518 569,518 0000000000000000002c0e34e68db01ab0ae0527296a8d6c2c81ba061029117c 3,394 1.00/1.00 vMB 39
569,517 569,517 000000000000000000091a6a0f885f713ed8ab22d6f680b50bbe9c3059529996 3,189 1.00/1.00 vMB 59
569,516 569,516 0000000000000000001aa9fe76bbeb75f53beae7e5ec01f42cba0ba97d48cf1e 2,140 1.00/1.00 vMB 46
569,515 569,515 000000000000000000175fc91807d8e8b5f56507fa27441cde839abb3447c934 2,689 1.00/1.00 vMB 55
569,514 569,514 00000000000000000014863f805ca928b6a8701ed5808688fb1181d19cc231eb 3,500 1.00/1.00 vMB 63
569,513 569,513 0000000000000000001e3bee45c24b1dab2b79a7b4c8e501a9fb5c0278d2bb49 2,362 1.00/1.00 vMB 60
569,512 569,512 0000000000000000001e3043cc0eebaf7a409656524b5afa558ed56397b17b42 3,337 1.00/1.00 vMB 64
569,511 569,511 00000000000000000008700b695b466469deeef6eae550fd0b4c5b58e4974eb0 3,621 1.00/1.00 vMB 16
569,510 569,510 0000000000000000000f0c16b592052e55f66659b1620c56aa310b232debc92a 1,276 1.00/1.00 vMB 13
569,509 569,509 000000000000000000202e5730a0b6bbaa2a5ab52bddab82ca3d49b4a50ad972 3,264 1.00/1.00 vMB 45
569,508 569,508 0000000000000000000bc615cefe169321e1532f82af9dc8df9c614590fbf8c3 2,051 1.00/1.00 vMB 12
569,507 569,507 00000000000000000007b43b24eef7e4fa72821b09b5d47bc6871a38463c61e7 3,304 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.16 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: 653.24 GB
    • Received: 13.83 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.