Memory Pool Memory Pool Refreshing

1,468 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,299 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (891,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,556 16,556 00000000fba6746c9e6711220a79e50d8a07823a88ef1517d2b701f4050c253f 0.00 MB 1 0
16,555 16,555 00000000a2ed4b73c7ae2556bf2762e8480ed113ff1cac443881271fa68d5293 0.00 MB 1 0
16,554 16,554 00000000e618d17bba56322d8b201c70a04932a0cf0456abdbb3fadb1020d099 0.00 MB 1 0
16,553 16,553 0000000074764a6a57e0d41184a8e6e902e2917ae9bbf895cfdcaca2bec6c318 0.00 MB 1 0
16,552 16,552 000000008e55e9592f5ccbc567f3465aac28d4e22a3271d13a0b1f12f3227815 0.00 MB 1 0
16,551 16,551 000000001b422937d5f391657c3aeb53d627be606171db35c7e617039c022dcf 0.00 MB 1 0
16,550 16,550 000000001413dbb8d75ec1025c381d37fb382d9b50d7d2d48b542ac00da30b74 0.00 MB 1 0
16,549 16,549 000000003a4de023771e540370a0bd9468d90b979cded857934948e1cc70382d 0.00 MB 1 0
16,548 16,548 000000007758327ba2562d1d4c98a37b0d67869d7838c5e328d10bddd44d3127 0.00 MB 1 0
16,547 16,547 000000009bee99382a9a933a08b42d8d362b18d0be8fdc060ae1ed17f8aa8f27 0.00 MB 1 0
16,546 16,546 000000001183e1aed087b6c8a47076e8494c32fe289c0b8f161b9ea1f9bbc9fc 0.00 MB 1 0
16,545 16,545 000000008d5db57b17d5629af4f6cba2fbec4a0cfea1faffe09db87c34741053 0.00 MB 1 0
16,544 16,544 000000006eb9addb893792d607e802c69c831de7947bbacb3bbc00f0f31f7c70 0.00 MB 1 0
16,543 16,543 00000000a13d04ec69ff182704d97a35ca1ad932ef04b5158c30f106dbcc5658 0.00 MB 1 0
16,542 16,542 000000007742a6e73a0486e77b16054c68b6eaa0e56b3341d15e3eb27b80ebd1 0.00 MB 1 0
16,541 16,541 000000002b929a3373c4d39a969cd057a4731be9c8d57684284720ef5b911186 0.00 MB 1 0
16,540 16,540 000000008fc79831cc1af30368c130126741b065bb60a9850930d3912c8a8991 0.00 MB 1 0
16,539 16,539 00000000dbcd37d1b43d4b887c628cf4af1f12f60e5366d5f2c28892a1c434ad 0.00 MB 1 0
16,538 16,538 00000000dbaa4afafb0b55890f0eaa13d11da801a414ae851771d672e9e26fc3 0.00 MB 1 0
16,537 16,537 00000000cd4072360def31045a938e34d0eaba526d7db56aa2466072683885ae 0.00 MB 1 0
16,536 16,536 00000000b59b643c3287b4aa0f5f56d94448e26bc937f79db2fdb9e0f684780d 0.00 MB 1 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,692.60 GB sent, 98.38 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.