Memory Pool Memory Pool Refreshing

5,870 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (189,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,290 718,290 0000000000000000000651baf60c7495bc182566b374a53b88e1ce8dee1e3fde 1.52 MB 3,385 7
718,289 718,289 000000000000000000082fb210dda92fb90887c70f5a27313d0f9f3ee354bd5e 1.26 MB 1,822 7
718,288 718,288 00000000000000000004d18b5e6500f75371c09a3331e735e17882ef7e6973d7 1.31 MB 1,411 8
718,287 718,287 00000000000000000009c0b692f332cd602bb78ab8ce2dce6d1174144f051014 1.46 MB 3,332 16
718,286 718,286 0000000000000000000355909cf6bc59105b6b8e5d4eb80f6d8de5f6ea5a3735 0.96 MB 1,402 9
718,285 718,285 000000000000000000050627a93a1d0aced8e5bc0a8c961b8ea189293f095136 0.30 MB 407 12
718,284 718,284 0000000000000000000571197e2ab3eaa183cd835bf06b541c4fca1e0dde7657 0.14 MB 177 8
718,283 718,283 0000000000000000000021b056dc72ddb681e66e3bfdee2a23c6b173ad4a8612 0.90 MB 1,719 11
718,282 718,282 00000000000000000004ac1db1c38c85c6cf7ad9eebbd113ffca9e83096eb90f 0.03 MB 64 8
718,281 718,281 000000000000000000097e5ea1982bc85ab3fa4fd049f4a8d3e398ada7a4e466 0.95 MB 1,739 9
718,280 718,280 00000000000000000006b3c4654cccfaa4f289d3aa55de78e945445ae79de207 1.24 MB 1,605 3
718,279 718,279 0000000000000000000a8742631a9a145aa9af3b7b89c7b65e13d4ac75fd140c 1.48 MB 2,972 11
718,278 718,278 00000000000000000001ac41f8fa6256bbfe880af27f000b53a01102f2469f7b 1.80 MB 482 2
718,277 718,277 00000000000000000000a68cc75a7728674c02bbf5a14011eff4071fe1886d1f 1.39 MB 1,548 5
718,276 718,276 00000000000000000003c736cbaf8bf267817582983bdab74a97a36cbc8665b3 1.55 MB 3,159 9
718,275 718,275 00000000000000000008b9e2cfb42c033c467f465b301b3b21b1894b933fe167 1.36 MB 1,675 7
718,274 718,274 00000000000000000001e574048157f86f6ba46e60e5df1044b6fc00078dcb62 1.31 MB 2,161 10
718,273 718,273 00000000000000000002d08fa60c5f33ba8a2de59a2886446b69db5068ab7d03 1.41 MB 1,573 8
718,272 718,272 000000000000000000042d51a70b83eb7d7b8b22146e678ef2dcb8afcceb7b65 1.06 MB 414 5
718,271 718,271 0000000000000000000816e11d71e2024d75a1d02476b5a612ce780dde3ad46c 1.38 MB 1,603 8
718,270 718,270 0000000000000000000acee67165991ae144873cf0515c18bfeec4c28694c1d5 1.52 MB 2,866 13
Previous 10 blocks ↓
Total Size: 769.29 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.61 GB sent, 94.36 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.