Memory Pool Memory Pool Refreshing

4,199 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,636 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (806,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,220 102,220 000000000003f0606d7fb0aa3d38d0314f73e093aad055a9e57b4454265437c7 0.00 MB 3 0
102,219 102,219 000000000001316de7506c773680c7bde2b8afcf6cd74cdb5b48bd0e0dd7bcf0 0.00 MB 3 0
102,218 102,218 000000000003821fe1dfd5e69b3feab7ed2079c2f300ebbd51319e5fb1668708 0.00 MB 1 0
102,217 102,217 000000000000e547c529c11dcb3c91558b2e22ce38cd4547ead857c3d5085a39 0.00 MB 2 0
102,216 102,216 000000000002dcb9782e207364943f831fe6ffa633698252b8b5718eb6688a38 0.00 MB 1 0
102,215 102,215 000000000003835af380d02342caa940141ea0fbfb944491ea16015f714cd5c8 0.00 MB 3 0
102,214 102,214 00000000000345fdbfdf73e00019e38164b9c3a1ae0f36bcd67b29abac24d5ab 0.00 MB 1 0
102,213 102,213 000000000001ef70eaf8965c70cc219143802399ff2f4256a08408fde16495ab 0.00 MB 3 0
102,212 102,212 000000000002289cfa5d2f2ac64dff13c3ac9b4f14c5e61ea1efc568cd51741e 0.00 MB 1 0
102,211 102,211 0000000000001f6f5743b150d10f0bd1787100a0d512ebbcd303762b2672d2fa 0.00 MB 3 0
102,210 102,210 000000000001e5a0f508c025dbdfcae0270beaf1859947a289ee4309436509c9 0.00 MB 13 0
102,209 102,209 0000000000036be2ccc690d8f086977a5df075e27d1dbbe42206611aba153c29 0.00 MB 17 0
102,208 102,208 00000000000235f24318216b1c31f7a0f6b4fe6a0f7a69263c30f2fe135b9994 0.00 MB 4 0
102,207 102,207 00000000000119114b8ae8f1880d8f334fb0a27dc647ea3ea6c4e114b5378f61 0.00 MB 1 0
102,206 102,206 00000000000036dfc1fbbc1b91cfcbf3154e4ca516d603904c0f34ace0b10562 0.00 MB 1 0
102,205 102,205 000000000002b11a0cc129a06156c03c644b8a7d1c19ba9c4bce86749a6094ab 0.00 MB 4 0
102,204 102,204 000000000002992a37d9bd709a35caf102f156c8a9446435a5779f2ab75c5121 0.00 MB 1 0
102,203 102,203 00000000000039df94474dd8462850aca4520c1d556826921df6599428ebd2ad 0.00 MB 3 0
102,202 102,202 0000000000040033ae54a43bf783190e09c487393eab8475543a0144331cfe8c 0.00 MB 2 0
102,201 102,201 00000000000141e64bd8181aedfe9e3539c19c9828c941841b59127e984de2dc 0.00 MB 11 0
102,200 102,200 000000000003a6907ef82ebf06524de8ae6eb0ad6a277bb1268b94a7d268feb8 0.00 MB 17 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.