Memory Pool Memory Pool Refreshing

3,324 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (803,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,571 104,571 00000000000020100047713ac5a1a790c8f49392e137df4b6d5da09e233f5111 0.00 MB 20 0
104,570 104,570 000000000001f3b45280f59d8e14bd9408476f3695a83e8d78df72d111d32aad 0.00 MB 6 0
104,569 104,569 0000000000038af451802086d0c747218fedbbcf70f0318c51a1eccb1362407f 0.00 MB 2 0
104,568 104,568 000000000000a5864b2a87ed2c3196d280beacb0e668507a84f2617953c49eb8 0.00 MB 6 0
104,567 104,567 0000000000009c9f2ac8df57b308dda2e2132d520643ea52b4ccef2e55ded07f 0.00 MB 2 0
104,566 104,566 000000000001ca515c9ebe1003d31a10231a1f79fa918a50513ab04f55cfcc6e 0.00 MB 12 0
104,565 104,565 000000000001b3ec8f1eb576b05ea1eaabee83328a57083d518d625607c5d7a2 0.01 MB 19 0
104,564 104,564 000000000002e07afe1b0abacdbeeea0f1651fb13a7a3340e6f2933c677ce130 0.00 MB 4 0
104,563 104,563 000000000000def9da5b2d36b4733dd5a74c552c69a92d560ff6375e2e66629e 0.00 MB 5 0
104,562 104,562 000000000000c99357b06723fe2e89d0b80902c31e78c95724c0579520cb1fea 0.00 MB 5 0
104,561 104,561 00000000000164f18629ecc8bb86046f533d18391b5287e6a5b800aed411b79e 0.00 MB 1 0
104,560 104,560 000000000003229544e8ee13db9d9d86f0a0dfd782858ed0e1ca3fe59ba3f4dc 0.00 MB 3 0
104,559 104,559 00000000000071723977976c6af6bc9d5b1e42c3c3e14a5651491d75892ba083 0.00 MB 7 0
104,558 104,558 0000000000024d7dc320240ffe0420a3fd762fc265a90f96899c8374262c006d 0.00 MB 2 0
104,557 104,557 00000000000036af38f6d866805e970f2b57cd8d8b23c3caf42de2262d1d640a 0.00 MB 8 0
104,556 104,556 00000000000386d38fae416025763afbb67b0c66d9a2d1df90512799b5bb2e1e 0.00 MB 20 0
104,555 104,555 0000000000036ab65d8246d52bb21db762a8fb7b3c88b3c83c76cb7254f8460f 0.00 MB 4 0
104,554 104,554 000000000002c70f22988795326fbec4117078128f8d5c51e3bf13de598e54af 0.00 MB 2 0
104,553 104,553 00000000000346f7d1a6e0b023786ff78527886205943c74e885e3bd99a328f8 0.00 MB 1 0
104,552 104,552 000000000002075b9e60386de57e7589c0ffc8546621539a4bd4f5fc59d66611 0.00 MB 3 0
104,551 104,551 0000000000002bdf92c16a3d25aba058163524586dd44e23438e282c7a7d3ab6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.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,646.37 GB sent, 95.33 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.