Memory Pool Memory Pool Refreshing

11,642 transactions
4.43 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,656 (716,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,340 191,340 000000000000061cd341eb5855ecb3926215b3bd227869011e9ccd82fa99a398 0.01 MB 40 114
191,339 191,339 00000000000007b9fb5ac08ddbd323d8fd9794a2b5d8d3623e9be3aa2e380422 0.14 MB 340 140
191,338 191,338 000000000000086333ec26a7f395474c51874f6ca7c8d100c432daac7dee03a2 0.11 MB 257 149
191,337 191,337 00000000000005b7a2e0050783a2b91c090e4e250042c7123aa23b07feb64d40 0.05 MB 142 89
191,336 191,336 00000000000008c94f23fa93f0b45dd061820e0857a6818cc1f1664d64325369 0.25 MB 645 162
191,335 191,335 00000000000007ba656d213203e356b6c7cb9fa2a9b27830b45e141aafdc37f8 0.11 MB 281 127
191,334 191,334 000000000000068e717f08fc9fcf7afaf9b0944b0a2f5192c773c2824e1c7353 0.11 MB 327 130
191,333 191,333 0000000000000161da5bb4e666df9b2d0048b9c6f6984ed85e50b33eeba93a60 0.02 MB 37 125
191,332 191,332 000000000000029166f86edc9a6d0ebaba14b450a1e7c411be145ceaa7e677a1 0.02 MB 73 0
191,331 191,331 0000000000000254bc35260db147792eba52254a02464d9c7b0390832411151e 0.07 MB 178 101
191,330 191,330 000000000000009a6b0a0b940d97a6d3240e98cccfbf71f32923cde292d87bcc 0.09 MB 190 114
191,329 191,329 00000000000004c14ee7b024bc1c6f2d8b0edf15c558de1df388af6264145d76 0.04 MB 99 119
191,328 191,328 00000000000007affef7593bcdd1dea4fa98c2520a79fd6ec200a46c42492311 0.02 MB 39 109
191,327 191,327 0000000000000554ae933ddf65645455ab23a5c4d8a73c39ea3ecf4ffd0eb250 0.04 MB 115 109
191,326 191,326 000000000000077ffc70693f35f2696b6bd2b1c060d4c754f0160e19ff684fb1 0.20 MB 501 162
191,325 191,325 00000000000000f4f6d2b0cc08d4c93352cf21b93f05b0ed70844772ab59079b 0.00 MB 12 15
191,324 191,324 00000000000002d9d6a30f99fa351794610cc34e27833e087f2cb1b391d3f71c 0.07 MB 142 109
191,323 191,323 00000000000005f78dfbef494d2bb4c5aceee07ec2acb9f653445fa8c19cba78 0.10 MB 252 147
191,322 191,322 000000000000057baa353f8c4d20fd8e2c74b948ac289f366f174900eaa4c789 0.02 MB 35 102
191,321 191,321 000000000000025d9f181895a42bd4d7be31e6a1b891cd97559e1893b2ef8703 0.04 MB 120 37
191,320 191,320 000000000000043f7d23d86d3692d9449701e33f0e03cbce2879bc433a9de11f 0.01 MB 27 84
Previous 10 blocks ↓
Total Size: 768.90 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,601.40 GB sent, 92.29 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.