Memory Pool Memory Pool Refreshing

3,206 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (608,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
299,831 299,831 0000000000000000634c26753f234b520ad107ccd19ce25f6ef77c91d58e35b1 0.11 MB 153 23
299,830 299,830 00000000000000003c8a7183675460ed1ac6f3e9305f770aa488d211a43b6805 0.11 MB 200 37
299,829 299,829 0000000000000000720a3aa092f3e49e5e3a937ea756966f78ec13c0cf2c36d4 0.32 MB 591 39
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.