Memory Pool Memory Pool Refreshing

4,400 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,581 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (604,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,294 303,294 0000000000000000646ff4ce935477a43b3538cf4de7d18f23e425993e02c37f 0.16 MB 112 13
303,293 303,293 00000000000000002a218a7bf18bf9f77e4f1f5942c4ee757899fb2dc9c6efd2 0.35 MB 456 20
303,292 303,292 00000000000000002e8f897b13c2d891ccc9526eeefc81205a45a9cfeef566b3 0.35 MB 1,033 49
303,291 303,291 000000000000000011ee8f12576d36a6ceff64b63f9675562ebf8e7cd577a134 0.04 MB 59 10
303,290 303,290 00000000000000003b3a456696d924ca3c00dd84002810d38a1f850933a71e0e 0.53 MB 930 37
303,289 303,289 000000000000000013fa9b5dcfdddca610117562bd6fd3f2807b33af80c1d03b 0.10 MB 158 33
303,288 303,288 00000000000000002a884a7b3cc5f4f810c5d626cd73fdf59494e4980fa181b1 0.30 MB 490 27
303,287 303,287 000000000000000063c91eb5870eeadff115e5cef7a06c8ffb8fb2178f2ed0f0 0.19 MB 289 24
303,286 303,286 000000000000000010d25ad5a7d9e77c998a27cbd9438ffde6a2a70b7c6de1d1 0.11 MB 189 29
303,285 303,285 00000000000000002d41137e324d73ab78b853bfe112f91385c23d60c47d4f13 0.10 MB 197 29
303,284 303,284 0000000000000000382399ba1c118f2ed042015d7bd8b1e88eba72cc20e12b6a 0.05 MB 117 33
303,283 303,283 00000000000000005ccf438eb74d4a53c1a5165cdeb4d1994d706f79485ac6d1 0.54 MB 993 34
303,282 303,282 0000000000000000358d55d82c963283fae8f0ee2fbe6230e368a437a6b5933e 0.01 MB 14 17
303,281 303,281 00000000000000001fbf629063e035453de6b5ed5df88b6e5298d1151de8a785 0.14 MB 237 26
303,280 303,280 00000000000000003af918dd4552f7d4da0ae1504976857218a26bf00db29bc9 0.04 MB 117 39
303,279 303,279 00000000000000003148750137698d93718c2ea62eae86e066d32caa568611c2 0.23 MB 287 24
303,278 303,278 00000000000000001cb7969c7f7f090bf0e09c10f2473be2719b4d7af4afa76d 0.41 MB 586 26
303,277 303,277 00000000000000000aa46033795d1ab86e1c051d7c8f850d2b07f3d023848e7a 0.05 MB 65 24
303,276 303,276 00000000000000000d66bc713f48eac04fb5bedb042f098b085eb56667bc48cb 0.04 MB 65 33
303,275 303,275 00000000000000006213c1ffd5e1654aa66c428b27c69945cc6d280e8e7ce305 0.12 MB 205 32
303,274 303,274 00000000000000002e4ef689d13d310e4554065f5e8e5016f689f4c5b69ce737 0.05 MB 187 41
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.