Memory Pool Memory Pool Refreshing

3,294 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (843,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,541 64,541 0000000005df40aa6c9d6a2614c04d69858571c24405ad7c865785788aa942fd 0.00 MB 1 0
64,540 64,540 0000000000186fcce5c2107151c4d293c43f029d0ffb4f57b6577c868ba11951 0.00 MB 1 0
64,539 64,539 000000000973a48c36008f0e6247f89a97420c6a163bddf6e0b4ec69f51010a7 0.00 MB 1 0
64,538 64,538 000000000342df922131d61b95a2389b05eb08cf8d6e0e96d0c729b641c61f64 0.00 MB 2 0
64,537 64,537 0000000009b6f510cdccb6a23fef1b1cc57929691ac602b5b85b036af58fb5fb 0.00 MB 1 0
64,536 64,536 00000000032f3c44ed32d91aeb2d098809c875f881ff9a0f451f87fb51d6403a 0.00 MB 1 0
64,535 64,535 000000000272b2558a19a108eb9ae11920f906d0a942982251270ecf5e5cbc94 0.00 MB 2 0
64,534 64,534 000000000179c3c8ce7439819c859389761ea9932ae7d643bf1f15fa14d1ed1f 0.00 MB 1 0
64,533 64,533 0000000001960a3e3cea4bb151b50ed7b098201bf5b13615b13d118f45c9cbf5 0.00 MB 1 0
64,532 64,532 00000000097f33d0eec413a0cbb0c09de3bbc044eb92ba7362b9be2c620fbbba 0.00 MB 1 0
64,531 64,531 00000000057808f5eafba88ed589f100c1150930ad88ae0c7b66315d27bd6e0f 0.00 MB 1 0
64,530 64,530 000000000700b9b5efaab2e39adc631a51182b8c08842ae4ef4b0113ea2e54ba 0.00 MB 1 0
64,529 64,529 0000000000c2a478af29182a36c1c0f92a6415b4db2149a64b0b3f69a668568c 0.00 MB 2 0
64,528 64,528 00000000025eac0b33f9b3bddfd532751930a94978c1bc5a41f008c0f9320f68 0.00 MB 1 0
64,527 64,527 000000000a3ac456df6ca4967808633dc52c877fc7226819c5fa2db12d021d7e 0.00 MB 3 0
64,526 64,526 000000000a7467b8ea07d574ab190685345866b4d57a0f8cb54cc872a42a5a62 0.00 MB 1 0
64,525 64,525 0000000002051c91fe5ca0dfdd521fb42e71408193b934a1f9df4c7fe0d09a58 0.00 MB 1 0
64,524 64,524 0000000006cfc860c7606c8b4c1ebe30e04a34f993de31a17633a017dee127eb 0.00 MB 1 0
64,523 64,523 0000000004fef3043086dc577e91f2538b9f2a25b82c5af03c7f6023f3f84dc2 0.00 MB 1 0
64,522 64,522 0000000004eba3c9bc770d27fd74681615a27a8c71e90432a151792ed4b637f4 0.00 MB 1 0
64,521 64,521 0000000008afc667659619860052b0a9059a3ec044ff7315351aa10f3a7e5e7e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.22 GB sent, 99.51 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.