Memory Pool Memory Pool Refreshing

4,395 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 2,854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (858,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,603 49,603 000000002593b7af8fda381c24d381efe28f5d6c7467f96010ec37eab2a7f018 0.00 MB 1 0
49,602 49,602 000000000f14385c10f1f3268184332a024991c756e79539362cc3cfeac7a099 0.00 MB 1 0
49,601 49,601 000000001c082e285555076f4b1d22482ba21da428ef6102c9faec7ea159fae6 0.01 MB 2 0
49,600 49,600 000000001c6896e7f45857f25c1ab2d7e379f8e14b3c806c28cd0b88284bab5b 0.00 MB 1 0
49,599 49,599 00000000114cf834f229334fa3af218edce220ac42b49bda143be3331dcb1003 0.00 MB 1 0
49,598 49,598 0000000016b191bb2b9284e6b1f6c83b0d87cce5e33a8584035980bde68233e7 0.00 MB 2 0
49,597 49,597 00000000042ea056705dc7e742e2295476df7e2e3e6037864d4747022d6f98ed 0.00 MB 3 0
49,596 49,596 000000000661b99521ddc29f0674e018f7a9885b5053bc3613bc3d66d3ded669 0.00 MB 1 0
49,595 49,595 000000001fee3a45d4b04b410c5db68fb8663a44e532d1ca9ac9aacb8f6c1d99 0.00 MB 1 0
49,594 49,594 0000000023b770724548f57a181da4ff493e65b174c3c0bab8748564cc828f48 0.00 MB 3 0
49,593 49,593 000000001bb59042a55fdfa06fc8fb07a556e452042e681d886923ae625ebb15 0.00 MB 1 0
49,592 49,592 0000000014c983e7cd0bb38d4eef17dcf83575df51d5797dc069f228f033acc3 0.00 MB 1 0
49,591 49,591 000000001d2502b81a0b4e1d48f3c0adaa8f106bd960cc28e2c651c5727d17ba 0.00 MB 1 0
49,590 49,590 000000001f34c1266c385e78aebfb074fd57499f2ca2e145cb0a8bc52b5b082f 0.00 MB 1 0
49,589 49,589 000000001c21cdef3bec2f136df24588079c46ef8afb5fee4f92e7bf5c9fdf93 0.00 MB 1 0
49,588 49,588 0000000013d2e0a3e11d3f84401e0933a0c699d783dffb86e448a754f6ce4604 0.00 MB 1 0
49,587 49,587 0000000028ec6bc0ef455354d41e350a69bcba2f7a2e4bdb940b03e8080fee96 0.00 MB 1 0
49,586 49,586 000000000a9e02e5920848372a6d6ff625b8814180078545fcf046d89137ba87 0.00 MB 1 0
49,585 49,585 000000000adc79c7296448695a42b6076b9d988e01485959cf1248e35e2d1fcb 0.00 MB 1 0
49,584 49,584 000000000e7c302d1b15f013b62e96b74f1498e70760ad089480cb31d288f9c0 0.00 MB 1 0
49,583 49,583 0000000024b24c8b1275f862a1799ab3fa7f35390a985c209c7a470d81f4d92b 0.00 MB 1 0
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.27 GB sent, 94.23 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.