Loading Tool

Explorer IconExplorer

Memory Pool

86,784 transactions
32.24 vMB
0.11197599 BTC
Random Selection Loading Transactions
Max Size: 195.94/200 MB

Candidate Block

Mining Attempt c4ae28f6e25f352885b95e4402ef984a6ba7990e9e5c574863ebc5930730c1ef
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 6e971ba8b168d1648766fbb8381b9bbb1ad0a340c34c72218e3619afdb44d777
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,671
Size: 1.00 vMB
Total Fees: 0.02605457 BTC
Feerates: 301.68 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (501,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,448 413,448 000000000000000002b4e2ff6795125d3a6a6dedc09138fa48d7ab66a3c5d584 2,376 1.00/1.00 vMB 48
413,447 413,447 00000000000000000370149fe47361989173f48d2651ba53ae8e98a0fcf45a89 1,607 0.95/1.00 vMB 41
413,446 413,446 000000000000000004876ff974fcd69bddba0f7c646e93d4cf606549aeebf669 2,408 1.00/1.00 vMB 54
413,445 413,445 0000000000000000026e7223e80a36c8802061b5974ef2da6c18eee3bbc946a3 2,247 0.97/1.00 vMB 48
413,444 413,444 0000000000000000012f224f1fd4fec7d0bdb8c89c4a59d99eafd1b1b61ab6cf 827 0.99/1.00 vMB 17
413,443 413,443 000000000000000000d7ccd2d694a5583ff4b28e781c815d0dd4e9ef01419335 706 0.47/1.00 vMB 36
413,442 413,442 000000000000000003597b5e4c4dc73fc0720bfb56b932db91535746d69eb5e3 1,711 0.78/1.00 vMB 43
413,441 413,441 000000000000000000d9e8520f206357032cd7d0f313f5cbe62c911eac7a38ef 513 0.18/1.00 vMB 49
413,440 413,440 000000000000000001179fa78b2799dd2e978fd2037c0d0d09ff4db84d5a4ab4 1,257 0.48/1.00 vMB 50
413,439 413,439 000000000000000004046bef6177020cffade1d7086509306da4c573c49ba8a5 689 1.00/1.00 vMB 11
413,438 413,438 0000000000000000023d989ffcb0599669243ae55f268d72524cd05d13d2c6e4 689 0.34/1.00 vMB 43
413,437 413,437 000000000000000003b17b425a843d1dd077505b005069124b3bbb9fe4dfa28a 41 0.01/1.00 vMB 46
413,436 413,436 00000000000000000487fc1da758b19d381a6b6afb65129bbe28ef243ed38a23 1,021 0.46/1.00 vMB 53
413,435 413,435 000000000000000002c1af171989fba778dd886351133c4820d7842686e6d5a4 1,101 0.53/1.00 vMB 44
413,434 413,434 000000000000000001194b698c8f4e8022374c13ba27f3a6df953e5469b5339a 1,883 0.99/1.00 vMB 40
413,433 413,433 00000000000000000065dbde7515daf01f31a443ba3f8993358957acc6b1aa3c 2,222 0.99/1.00 vMB 47
413,432 413,432 000000000000000000087e593952d602dd06da690b63d3897a69c74099ce9a63 691 1.00/1.00 vMB 20
413,431 413,431 0000000000000000023f2d118c2bb429cb7c7a66842652e56355ab975bcd601f 641 0.98/1.00 vMB 20
413,430 413,430 000000000000000002606c33ac543d2e5b0c311c5e548d04bb5305614f7b32ce 1,304 0.99/1.00 vMB 23
413,429 413,429 00000000000000000089ca252a5397511ace8d1f459b65955e06c106ef28c7b7 2,550 0.99/1.00 vMB 51
413,428 413,428 0000000000000000023c82f9e1514f4ffc9fe29b55093d27d2b4a1f45b023e53 2,697 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.