Memory Pool Memory Pool Refreshing

9,849 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (674,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,588 233,588 0000000000000195bdf73495dfa23d662a665df7d2ca03a432853575950e04a4 0.28 MB 572 172
233,587 233,587 00000000000001b5b3a1613a4e88b29365ec90297ee73deb911db77cc1678aad 0.28 MB 659 176
233,586 233,586 000000000000011f663981f457a29392d313093019bf37186e5c1649831e145d 0.21 MB 416 158
233,585 233,585 00000000000000ea40e83ed51ae9dcff06de45287b71deae3eeddfb3f115830f 0.15 MB 358 157
233,584 233,584 00000000000000473f257214f99891e2112d4847807ef101a319b7712bd3df50 0.41 MB 711 140
233,583 233,583 00000000000000567d83f8ec97415652bb21cead9b6a339608555449db60ca86 0.00 MB 4 0
233,582 233,582 0000000000000142324eee92ec1fc5391f610da874ac2348b307dfce76cd7e1e 0.02 MB 32 258
233,581 233,581 00000000000001bc49715e13933575c774fc482cc46dd923215cb139aa391e91 0.08 MB 92 47
233,580 233,580 000000000000012a3343d1a5a413791e517f4455c3419e6588381b7011888232 0.15 MB 307 129
233,579 233,579 000000000000000a208b0925faaa11f41144f49eba9cea2a8b48050683f9ea94 0.18 MB 384 136
233,578 233,578 00000000000001cb25c209178b350d83e139857e00593963418861f5a9cdf238 0.07 MB 185 187
233,577 233,577 0000000000000072fa49adec820d1c76991c75cc6a38f52e130a927c31a71b15 0.15 MB 104 64
233,576 233,576 00000000000001c057ed32da81fc4e6becfbf5eb251cf3fe72526fd8486f5c62 0.04 MB 108 157
233,575 233,575 000000000000001cad2c6fd4d71db5138b2abc95f4f01a8ce33c2d18ea08b9e6 0.04 MB 96 195
233,574 233,574 000000000000010ae8d1ead84952d2b96705717c4071304518e65a452a3de127 0.25 MB 311 92
233,573 233,573 00000000000001444b8b012d520216aa3ea061af04a7394d689bbcb9388ce50e 0.15 MB 278 117
233,572 233,572 000000000000004179ac1ed4b539e02d9973750932b8ab1888b7b83f96d84ff8 0.02 MB 32 40
233,571 233,571 00000000000001ab18bfefad8b355444172d749b7fc39acfcb75abca7e3623a8 0.14 MB 321 143
233,570 233,570 0000000000000122543b5511c8cbf99ea52ffe3df184cda00e8d75c4a78c2d65 0.06 MB 124 136
233,569 233,569 00000000000001c60d4f68dd222ed0448334fa87c5b34ca1d809471084c370ae 0.19 MB 450 155
233,568 233,568 00000000000001c00ce3de9bfa2004ed6bb3736727c9f8f3a0eca576b1949a84 0.04 MB 87 123
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.