Loading Tool

Explorer IconExplorer

Memory Pool

39,596 transactions
28.66 vMB
0.07585341 BTC
Random Selection Loading Transactions
Max Size: 145.61/200 MB

Candidate Block

Mining Attempt 519a726ab0d8125fd4a804a07a7a932dbe09146f74f9163c2a0ef83f0887dbb1
Version 20000000
Previous Block 000000000000000000008c63f333c2759a97068a8205bd4bdb576a11858f7db9
Merkle Root aba485452ffbbf8a0b5c76109402d59b5fdfb81b3a0c8a45d22b367bf9b67175
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.02039945 BTC
Feerates: 115.11 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,608 (413,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,586 501,586 00000000000000000040a505aeabf8ee6b0f8f532279666eb32037ccbbf8e182 2,634 1.00/1.00 vMB 493
501,585 501,585 00000000000000000093aa875191755e186b4921c0c3b84979c364d67e5b0374 2,239 1.00/1.00 vMB 548
501,584 501,584 0000000000000000001e43b69f9733fe7531ebc3f8e4e73235f9f0e08d1e0a08 2,410 1.00/1.00 vMB 711
501,583 501,583 000000000000000000637c08c7871890898c04d7798de32061db40372e9b905c 2,444 1.00/1.00 vMB 380
501,582 501,582 0000000000000000005ef7f005d155e293258ed91532797033ded396cd47b1c4 2,409 1.00/1.00 vMB 432
501,581 501,581 00000000000000000072a141595d67c9f0ee376dca65206bf0d616462c49c6cc 1,795 1.00/1.00 vMB 401
501,580 501,580 0000000000000000008832b173bac808ac3e4d82108e7b9d4073d17733414eca 2,414 1.00/1.00 vMB 627
501,579 501,579 00000000000000000092511e6ebb3780eb3cad3f256b2ac6615f1d5ea16695b7 2,240 1.00/1.00 vMB 665
501,578 501,578 00000000000000000029ddf9a51b32a8d5e6278de53b7e2324d2fbb75a975945 820 1.00/1.00 vMB 234
501,577 501,577 0000000000000000005cdda04a7962ed1ee01c79c95d8e82484adba404a88687 2,072 1.00/1.00 vMB 433
501,576 501,576 0000000000000000003d9fe77388bf015461b786992bf16663489bc7edee61d7 2,306 1.00/1.00 vMB 467
501,575 501,575 0000000000000000000bb6f7f2faddebbc9a293f681af03c897e35543883b95e 2,447 1.00/1.00 vMB 520
501,574 501,574 0000000000000000001587ab32102cd3a6280f616c34c3cd190c9dec5f2ac42b 1,859 1.00/1.00 vMB 405
501,573 501,573 00000000000000000084c160e4cb4881b7eddf677bee4cfd279d12a0cd6d09d6 1,303 1.00/1.00 vMB 134
501,572 501,572 00000000000000000077622a45dbd34734ef4eb5842d262ee5e88e74fc479383 2,064 1.00/1.00 vMB 295
501,571 501,571 000000000000000000207abb52fcc08130b4679ffcc2ed6d0770a8c21ff78c2a 2,302 1.00/1.00 vMB 546
501,570 501,570 000000000000000000503b09a293c8a9ddf15dac115a9e535ddba7e77ab0173d 2,362 1.00/1.00 vMB 664
501,569 501,569 00000000000000000068a058a17bc1180b2d65945667060e9baa64f6f0976758 2,234 1.00/1.00 vMB 756
501,568 501,568 0000000000000000008132cb39724bd171aabfa9203a1a96be0878563773dc8f 1,931 1.00/1.00 vMB 296
501,567 501,567 000000000000000000752ba6aafeee0fba6d867c5639442a8a777ac3c63482a2 2,537 1.00/1.00 vMB 531
501,566 501,566 0000000000000000004403945edd01a6dbd3a0c2592ec02d51f2a4b028dfb156 2,255 1.00/1.00 vMB 715
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.93 GB
    • Received: 11.85 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.