Loading Tool

Explorer IconExplorer

Memory Pool

85,861 transactions
33.31 vMB
0.16876386 BTC
Random Selection Loading Transactions
Max Size: 197.96/200 MB

Candidate Block

Mining Attempt 6e1f80bb850ff033ffe31f49a8db6506b95763f020ac7a9d8db09f739150007e
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d44c4d640433d29139a013105ae69d4a682a6468ecbab37adc3ede0058350f74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.05224579 BTC
Feerates: 318.30 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (445,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,592 469,592 00000000000000000072dcbbfa9d8b1757ae8084ef14ce95edf14546f497f990 1,838 1.00/1.00 vMB 207
469,591 469,591 0000000000000000012cc6469b6bd9c2afbf0fa927dc097a6626f47a18262814 2,208 1.00/1.00 vMB 340
469,590 469,590 00000000000000000106a8bed618416ece2fa52a80e1856b2d78df43e9a863a9 554 1.00/1.00 vMB 497
469,589 469,589 0000000000000000017c59f931974f72d3e5438c54c992c26dfa31966a92cf83 1,508 1.00/1.00 vMB 230
469,588 469,588 000000000000000000dcdf60d004124f3ef8686dde8c1eee25ebe076d639863c 1,629 0.75/1.00 vMB 293
469,587 469,587 00000000000000000117c787e746e28ffc46e0251b56d6f7b3be8171d8426c60 1,522 1.00/1.00 vMB 347
469,586 469,586 0000000000000000017f8813dd8aaa8e2ed3af457d7fd10047f93f30d18d1c88 1,618 1.00/1.00 vMB 329
469,585 469,585 000000000000000000c22ef592526148e050209504fafc4af4de6f2eb5bd7590 1,550 1.00/1.00 vMB 482
469,584 469,584 000000000000000000cac5b55ffb23786a6ef0ad538f01906f2c395c97aa9d3e 549 1.00/1.00 vMB 97
469,583 469,583 000000000000000000553f7f8ee984f4319499c24ded00d43774c74d2744a7fd 705 1.00/1.00 vMB 54
469,582 469,582 000000000000000001042d639f6d6f14bd373d7dc904883fb251b60870bcbe9d 1,755 1.00/1.00 vMB 75
469,581 469,581 000000000000000001d55d25f50df249ff4fca7c2965b7805ed8c480a033aadb 858 1.00/1.00 vMB 199
469,580 469,580 0000000000000000000b9af121585d07da5578fc5b69c9f6a33b0490e93a93df 773 0.99/1.00 vMB 162
469,579 469,579 0000000000000000002d13adb4064f5003a7f05e79fa560378c01d64ccbb92b4 550 1.00/1.00 vMB 135
469,578 469,578 00000000000000000104ab15463a20c7df5ffdd0399d11ce4c9b94e78133fffc 1,911 1.00/1.00 vMB 264
469,577 469,577 000000000000000001d2f066476a3e088ed27b36b8ad4b556f39b2a7f15f24e7 2,150 1.00/1.00 vMB 373
469,576 469,576 000000000000000000ff31d7a9b08e7c05f88005d54103e67dddaa494c4e8b30 1,912 0.99/1.00 vMB 359
469,575 469,575 0000000000000000011d61d889360985e422e833cd5df3ac30e4aa49867c744b 1,558 0.99/1.00 vMB 421
469,574 469,574 000000000000000001b667f19eeea495843684563ed53c9b98ca3363d8f66123 928 1.00/1.00 vMB 116
469,573 469,573 000000000000000000909f22582bb0dd917e9047d9ebbf412f960d6a628de14b 2,273 1.00/1.00 vMB 189
469,572 469,572 00000000000000000162bfb6077d09f64661a0db5fa1ba071138ac4465360c0f 1,661 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.