Loading Tool

Explorer IconExplorer

Memory Pool

80,919 transactions
30.64 vMB
0.07298992 BTC
Random Selection Loading Transactions
Max Size: 186.72/200 MB

Candidate Block

Mining Attempt 28f3de9d9f25995d0d0004b189f0a83e0b7860b18ed6e3156aa2c076c3fe8228
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root 0a36472cf97b2315ccd0c55d6cf820b9160198ed6124af3509ed0ed86dfb3f99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,979
Size: 1.00 vMB
Total Fees: 0.00738426 BTC
Feerates: 318.30 > 0.74 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (749,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,442 165,442 000000000000017c5b6e5629e90dfa99092271d81681ccadc59ad4709e8f1c7f 16 0.01/1.00 vMB 187
165,441 165,441 0000000000000442c333315e0659f01d0bbb1dc1d3d0de47657a3e8b1564d89b 19 0.01/1.00 vMB 197
165,440 165,440 000000000000060345f9936ac4486a78e644aaf3ecdb8654c5f1815c9b954372 31 0.01/1.00 vMB 121
165,439 165,439 0000000000000ab9052154923a15032e54ab0f585af02ed3a5944d218acff1bb 79 0.04/1.00 vMB 97
165,438 165,438 00000000000008f79d56edfe7278522d4a0ced5f1126a075653fae19699adae6 61 0.02/1.00 vMB 69
165,437 165,437 000000000000059f7d5591e2efd5369993f5818071a8a38d4608f6c73287e248 16 0.01/1.00 vMB 121
165,436 165,436 0000000000000be971006234e9a631751ab8b63775fd3d4d0d48d81243f57f6c 66 0.03/1.00 vMB 138
165,435 165,435 00000000000001ae1e9d61ed87cde49c5b5eb93b840b4bfa5253373cbccd62bc 46 0.02/1.00 vMB 197
165,434 165,434 000000000000088e2d90dfb8e676fb8bd71c7ce57d4b4a263832d1474ea3c297 37 0.02/1.00 vMB 723
165,433 165,433 0000000000000b483b2444afeebc97b1189ced0ed7c86c641f10aaf7307f2350 11 0.01/1.00 vMB 53
165,432 165,432 000000000000006a33bb3eccd8b5454d2bd489f4acb972b85e46495091dfdfe5 20 0.01/1.00 vMB 65
165,431 165,431 000000000000091a8b676cc0bdc9a1b3553b8958f79cd1460e99699536101e72 7 0.01/1.00 vMB 8
165,430 165,430 00000000000007cb4966a84ab117ab41ca4b90d5b2e3ba2030957013891025c9 12 0.00/1.00 vMB 67
165,429 165,429 00000000000008fb68e46e3811a8f92f36c16a6f237b1a777c98f169c8099dc8 27 0.01/1.00 vMB 61
165,428 165,428 000000000000008e8aec7386ce756300e5b754cc4f82cbd095e9cdb9fa153127 12 0.00/1.00 vMB 70
165,427 165,427 0000000000000546ec38f58e356f82b788212448ee8c01dcabb78b50d2266e5d 41 0.02/1.00 vMB 116
165,426 165,426 000000000000023c330cc539d4b1bdf280a1bfb6b43f5b362b2112156c8ea5fe 2 0.00/1.00 vMB 0
165,425 165,425 000000000000002ac1148cd1c3620b3b20c04d37b65100083b035568ea079e8f 4 0.00/1.00 vMB 67
165,424 165,424 000000000000031a223dd02e9f21764c52dfbc2893d9aeab253859c8ace21ba7 38 0.01/1.00 vMB 24
165,423 165,423 00000000000001bd1836c4697a447722b2932c52364ad7f74c8e2c9530b23ca4 10 0.00/1.00 vMB 16
165,422 165,422 0000000000000a4ad55c2b078d4ef1c36d6c2b0c0efb81209f70ff45015ec6be 9 0.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.72 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: 706.90 GB
    • Received: 16.66 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.