Memory Pool Memory Pool Refreshing

1,340 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,274 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (607,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,852 299,852 000000000000000018b09de4c68a2a16b82f378d8ab4ca3eaee3c27484a10193 0.10 MB 72 10
299,851 299,851 000000000000000048873363c37fe7ded625487b60e0e9b6d200328e1debca7e 0.14 MB 188 21
299,850 299,850 00000000000000005cb406c31d5a35b093e3603c2e5dac059a27cdb46ed6aa09 0.10 MB 256 30
299,849 299,849 00000000000000002457c227d985476356466f94def7547243179b8430e6f4d0 0.00 MB 1 0
299,848 299,848 00000000000000000186498474e9971f880de8d55871bf8b3152065d6d5a20fc 0.21 MB 437 38
299,847 299,847 00000000000000004578ab531f64a90b98ed72eaa823293753e1c9e83a7e6220 0.11 MB 220 32
299,846 299,846 00000000000000002315eede94680e8dbb94707af0d2568ca355bd30a7e1423a 0.02 MB 16 5
299,845 299,845 000000000000000047d155ee4a0c235b41b675d828455fcd2a296c96e3b36793 0.14 MB 288 43
299,844 299,844 0000000000000000711e0cd7d647cfa56bcd44abc8b48c2c384e642b2a6ddcc7 0.22 MB 183 60
299,843 299,843 000000000000000073923578235d64a91147d03743c38539a8eed564e1c30651 0.18 MB 256 27
299,842 299,842 00000000000000003b8a16e2b33f9a0468bef972a965231d0d94100314065a9b 0.35 MB 859 42
299,841 299,841 000000000000000049fed4f9e4494418af988faf7c7e6506b797b3d199be2a91 0.03 MB 64 42
299,840 299,840 00000000000000007d1784f39eda908cfafdad12e371339404aa92bd623c8032 0.06 MB 127 41
299,839 299,839 000000000000000013b40f89aba9c81638a5def3f0ed73c6e4029e76a81bc50a 0.29 MB 498 33
299,838 299,838 00000000000000000399d618fafdcbf6d3005e81151245542ad015e30bb1f683 0.11 MB 214 44
299,837 299,837 000000000000000067fcb4d42d867531510694796e4a46badfaae6dbf8023d39 0.18 MB 267 24
299,836 299,836 000000000000000088f67d136c340bee07228034b2df0a07c6732b0b2df33b40 0.47 MB 612 29
299,835 299,835 000000000000000056be9c7ac98e6aae8f17bed4e9b595f058382b77db082e8a 0.23 MB 512 43
299,834 299,834 0000000000000000697da1d1e50329d010a0ac297e8029af0d77a3d6d70a2f9e 0.13 MB 285 52
299,833 299,833 0000000000000000765f63a9d68b7c48c817d694b94faddfed37a79207f02574 0.24 MB 191 17
299,832 299,832 00000000000000004f999d19d9b7e226a29529a14c3401e32149f161f5c9f18c 0.35 MB 708 36
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,616.92 GB sent, 92.84 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.