Memory Pool Memory Pool Refreshing

348 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,282 (900,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,598 7,598 00000000b9adca68bfd17771bf9a0b7f5c4c24ace62dbcce52b5a0df2c24ecbe 0.00 MB 1 0
7,597 7,597 00000000f0ed2c89adb53c4847b28ddf642ef2583849f287725ffdfabbca44a7 0.00 MB 1 0
7,596 7,596 000000006831419ee74e33be8a396dff7580cc1e90b4c22b09cadb8d644d6c33 0.00 MB 1 0
7,595 7,595 000000007f42f3f2bc8d7f4546eb9cb2d607ae0a510c44f6b1c56bb50f1e89f3 0.00 MB 1 0
7,594 7,594 000000005cb0a513dc5a1d0176978fbc65d0bc8d1f69ad232f8cf13838286ecb 0.00 MB 1 0
7,593 7,593 0000000012f320022d8d1fd89cee1f0f6ac019ce76632809d5ac93fddcfa06e9 0.00 MB 1 0
7,592 7,592 00000000fb4304df797fb08783b14a9d138f486ca9b69ea1917d7a4e70af833e 0.00 MB 1 0
7,591 7,591 0000000084fca9b87cf6c0d8c1c4548cb0defc9a07816de6ec70dfb96a45cbb6 0.00 MB 1 0
7,590 7,590 000000009ccaf48cf9c84d205cb320718a8b7f44a80e75fbf28d66d04283624b 0.00 MB 1 0
7,589 7,589 00000000b8bae35be701163c708166fc2376edc235e6901e2fd704a473168d15 0.00 MB 1 0
7,588 7,588 000000001fc3ab4aad4f6531064dcfbee9ebfa15b73fed4bfa9cf55eae68c9fb 0.00 MB 1 0
7,587 7,587 00000000304a9b9ac09d939722ab109a383b99c728c39ac573f33bf1b84187bc 0.00 MB 1 0
7,586 7,586 000000005dfc47d56cf2a0e3bb62b51f95891e5c168273ce5efc801af67d703d 0.00 MB 1 0
7,585 7,585 00000000de308fe825bc6157bf9766bcd3b10b610aa8243ffad6fe26261c4c2f 0.00 MB 1 0
7,584 7,584 0000000016613f2f0281f882469648926139ff524fd68f4f18063f1728ccf35f 0.00 MB 1 0
7,583 7,583 00000000a3d6ab01bcc82ebef71d85bb9e56788f7ccbb6478ebbd76d477e1f6e 0.00 MB 1 0
7,582 7,582 00000000f9a7fb76941fc0b58cf4d6ad27e37e6e1dda460eabcec536df7bcaaa 0.00 MB 1 0
7,581 7,581 0000000035c2f89067fbf0e092d87b3dcc259898471b07056faaf69d2222e915 0.00 MB 1 0
7,580 7,580 00000000f13281e1792ffa0dfa5147fb8a602737a15f2227eb341d0204fef65f 0.00 MB 1 0
7,579 7,579 000000004bc858764b741d6f795a2e4c50b313a8e62d574064d2a0890c5e0476 0.00 MB 1 0
7,578 7,578 000000006a34e9e653e8512808515679814f86f0674d9a60ba3cb9d8c6edd475 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.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.