Loading Tool

Explorer IconExplorer

Memory Pool

82,408 transactions
30.36 vMB
0.08277501 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt deb1a7ef8f996d7cc7cdf6ef28174fb4ce28cb9b49490c8ca1fb0aaea9dc28be
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 9b02259d53cdf8e10313657baa604cc2e5c69e7a7dc2fe6958aa843973dbe211
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,842
Size: 1.00 vMB
Total Fees: 0.01503319 BTC
Feerates: 60.16 > 1.51 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (501,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,453 413,453 000000000000000001f2e4678306f15204184dcc6ad94900d8f2253307b06848 2,074 1.00/1.00 vMB 59
413,452 413,452 0000000000000000049b1f82e4aef11cde3168b7bf9f4f9000bc5ff58b7f63e0 2,281 1.00/1.00 vMB 63
413,451 413,451 000000000000000002c16994e35e8e2b8a3472ae90af2d50473213ddd0c06fc5 1,318 0.80/1.00 vMB 42
413,450 413,450 000000000000000001760844233d2a217d679f3ef9cb2fd4dd36941da701a97c 527 0.33/1.00 vMB 37
413,449 413,449 0000000000000000028dfec120dc212999e6d6c7e5e92aa3280fdb581fbf9a72 1,615 0.79/1.00 vMB 48
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
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.