Memory Pool Memory Pool Refreshing

2,205 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,154 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (772,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,490 135,490 000000000000043a3914467a2bc9b21f583803653de664652f93cb8650038abc 0.05 MB 123 19
135,489 135,489 00000000000008a29dd24da14515664cd31bf1ce3d5e4504a235930d27960c32 0.03 MB 67 646
135,488 135,488 000000000000049dbe0ea9f24836c949a25778fc36ee883c93a833df780aa771 0.03 MB 72 1,034
135,487 135,487 0000000000000a1eb5f38ba3e8dcb61df93e0f3c2d75c00ac7fe5107a6274a7f 0.01 MB 12 637
135,486 135,486 000000000000053324e93ddd2ed06357249dfbfd632fadf94f6f0f17c96a0e25 0.05 MB 128 311
135,485 135,485 00000000000006f81dfb5d0f3b1784a5076c2448cd53697932b098c371388b2d 0.00 MB 5 0
135,484 135,484 000000000000078d87a4714f3ee3f2633a0034c7859152bf310230b8c6b3d444 0.02 MB 61 186
135,483 135,483 00000000000001db79602bff0d9179020e701d882c103334d9f9ea68ce326ae0 0.00 MB 2 0
135,482 135,482 000000000000080a1bdda650c7bf08d690404a0b23cf1f3a006ec52cd55b66a9 0.04 MB 133 157
135,481 135,481 0000000000000523342e59d2ac1c4d6a057af3ffe159add3ac835119b56b7a76 0.03 MB 62 675
135,480 135,480 0000000000000048f735d0a471fff08a4ad0da2efae4a0c5bca1442082269e6c 0.04 MB 111 2,364
135,479 135,479 000000000000031d0fc51863456c40b5393732856d6e6c3f81ea6b8126704ddf 0.01 MB 37 1,882
135,478 135,478 00000000000000cf5859ac265790db34d404199dc70289e1e6a4e52311854bd1 0.02 MB 47 1,123
135,477 135,477 00000000000007a7552bd0642e234bdb3a91034c375277d01ead083f9017138e 0.01 MB 26 297
135,476 135,476 00000000000003d6bc6e56b165bcbd8a5606bdc4b37d5cbc7c2573e9b4e0651e 0.02 MB 60 6
135,475 135,475 0000000000000580f65676d5942efb52bc299306d77f6e70f4fd641e0ac2428d 0.02 MB 30 427
135,474 135,474 000000000000093ea0544c5957f81de9f6a2893c35f97cd04ef2fba9f4d4ea8a 0.01 MB 24 485
135,473 135,473 000000000000091fa3f59006f78c0ad1dcc4db1647327b5a73e5eacafa5c9cb0 0.01 MB 23 573
135,472 135,472 000000000000053b31a202fd22b39a1d8c2119dff5a77fcf4acb03f055fb6bec 0.00 MB 15 1,318
135,471 135,471 00000000000007f9c2892d3f7f97763a6eaf101d0184a06ec293684ef004e460 0.01 MB 47 557
135,470 135,470 000000000000011ab9c980cdd0f5c418d90f9f73da686b22fb62090b9a1d7342 0.03 MB 89 96
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.28 GB sent, 94.88 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.