Loading Tool

Explorer IconExplorer

Memory Pool

73,006 transactions
28.33 vMB
0.06548054 BTC
Random Selection Loading Transactions
Max Size: 167.55/200 MB

Candidate Block

Mining Attempt 193cb8fe2fe2e2cb7671eaa6e5f196fd0ae17d74b0f58ade2376c57cb3807653
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 68ccd75faeff91abb3ecb5d1f692f66ad2c71edf646601a090686c1dba0386c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,130
Size: 1.00 vMB
Total Fees: 0.00872685 BTC
Feerates: 48.75 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (168,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,646 746,646 000000000000000000018534bded24edbf1cb9c7e0bbb9c86ff33ea0f9a57401 2,198 1.00/1.00 vMB 21
746,645 746,645 00000000000000000006f82c69c41953ef3fd954642c984f55cfa4f5646f276c 835 0.34/1.00 vMB 12
746,644 746,644 00000000000000000003f0284dc15007ada4041d0e34d93d777d63eff2d1fdbf 2,122 1.00/1.00 vMB 10
746,643 746,643 0000000000000000000832814c9b65bd6a7d97ea1baa9219c8fb7e829b89a8a9 2,296 1.00/1.00 vMB 4
746,642 746,642 0000000000000000000621239e46b064992f5c2e3c5b679ffadb67190edaa691 2,335 1.00/1.00 vMB 12
746,641 746,641 000000000000000000055995054c8dc6864fee642affc020e9b327fa87e6b4ae 1,736 1.00/1.00 vMB 12
746,640 746,640 000000000000000000071204dce30ab972cb8eaa78842c96b220ac8737769993 2,483 1.00/1.00 vMB 26
746,639 746,639 00000000000000000001d4ffe1e2986eb5580f662b9dc2708d6f7dd0c7942680 3,103 1.00/1.00 vMB 9
746,638 746,638 000000000000000000044a2ec6799478b7bd4bfac7826954720b2693799fd80e 1,372 1.00/1.00 vMB 13
746,637 746,637 0000000000000000000a01c37245fc0ad97903faf60827d4fbcf6bdb5b4165e7 938 1.00/1.00 vMB 18
746,636 746,636 00000000000000000000ebb72fd9d06e8427d2c240695b6a1812705f16f0b44e 1,625 1.00/1.00 vMB 8
746,635 746,635 000000000000000000071166d52e6e389db6e4f43c4b11e947edbaf188f2f4b4 2,444 1.00/1.00 vMB 5
746,634 746,634 00000000000000000000f6c76a9fba9e23ed5cecdbf93a86931b1513395c0d19 1,916 1.00/1.00 vMB 8
746,633 746,633 00000000000000000002a995ef37e16105a966e65face571aff76b2b88025a6b 1,801 1.00/1.00 vMB 11
746,632 746,632 0000000000000000000573b8d27491283652e993c390d7be8a38129ec46672fa 1,089 1.00/1.00 vMB 21
746,631 746,631 00000000000000000002d7a16b995df4b79deae619175f853efc68643a6eabea 2,096 1.00/1.00 vMB 21
746,630 746,630 000000000000000000076cedcf92ba37d2f492dc7c9244c12f0db1ee9f8a7a4f 2,299 1.00/1.00 vMB 10
746,629 746,629 00000000000000000007aaef1ce19a5165a8b9f9ccd0440d400ff59362101ee1 1,011 0.53/1.00 vMB 7
746,628 746,628 000000000000000000096bad4d4c89d086168b5f66960241a4cfe1f254793f5a 279 0.07/1.00 vMB 12
746,627 746,627 00000000000000000009b136ccb74230a7985c7d8582eb92d1c24f0230610bc9 1,423 0.85/1.00 vMB 4
746,626 746,626 00000000000000000009fcf6ec5dca6a01c5ea4ba2c99f27aa77da14ebeb965c 2,150 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.