Memory Pool Memory Pool Refreshing

4,290 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (695,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,066 212,066 000000000000034683151bed3b2212fb2ebca54656a4e38febe792246c57c671 0.05 MB 102 264
212,065 212,065 00000000000002777d3e64abe4f1f6fa465967b168d571e565b46b684f9cbb3d 0.03 MB 80 274
212,064 212,064 00000000000004de39fcbbce09b6fd23e620014b426972b9fc36ab627e6cecaa 0.04 MB 98 161
212,063 212,063 0000000000000040f4008dd4316b18de0f39a06d48bcb1d00517c680b54e61df 0.05 MB 102 117
212,062 212,062 00000000000001117400cd81cdbebb4b825a53d6d6b87cc2ea8d130020c0c3cb 0.04 MB 98 84
212,061 212,061 00000000000001dec8da980f9be637e358547f35f3dbbcbca902f112dec4f233 0.07 MB 122 109
212,060 212,060 00000000000000260cd040724116a964ef5b3811491184b6d868a33132e628df 0.07 MB 210 143
212,059 212,059 0000000000000392cbca0d8762310f41a90993b349cd4c3bb05046f598a548b8 0.25 MB 644 184
212,058 212,058 00000000000000a78bae3b6a126a5e19315beab31bb95880081c79abba674c07 0.12 MB 300 164
212,057 212,057 000000000000031f4fb501a3921bf0ceaf405cfd3089c3ee5f4225a8a107bec8 0.22 MB 588 231
212,056 212,056 00000000000000b4d6408e368f24d244bc9326f4f72e67e7356f3ecbe0a0a7ac 0.32 MB 665 159
212,055 212,055 0000000000000137a53f4459a2540fa0fff83a841d5f2ef536c60fc0b9542179 0.02 MB 60 210
212,054 212,054 00000000000004b45ba1ed3e27c9c187e006d98ecd533afeb7d49265c550b07e 0.02 MB 33 34
212,053 212,053 0000000000000117de851bd1d3ce682cc5943b1acc2507e0dd9a6ac73cc9de1a 0.15 MB 397 175
212,052 212,052 00000000000002b26454a66533af6231175f5d802483c67213bcf96bb24111f4 0.06 MB 140 167
212,051 212,051 00000000000004bc8d01720f3fff9d07e6a0e53d694d7a0cae0be1f068bd5935 0.05 MB 123 109
212,050 212,050 00000000000000aa772dbe1733b3dacd1f8395a297b16ed3f6aabad05922d3b8 0.11 MB 311 192
212,049 212,049 000000000000022871fff7a107842734e9012e050ebca65e845bffe310ba62e0 0.03 MB 71 72
212,048 212,048 00000000000004f5006fd18980953e73464150e9e1ec746fe9478c2022285555 0.20 MB 350 144
212,047 212,047 0000000000000158de4b6bd3862ef78dacd42e3f7eac27d69ed1ec987999acf8 0.12 MB 327 234
212,046 212,046 00000000000002a69ebbd5c791644065407d2fd7f40797bd0ebb67e8f1c7fe6c 0.08 MB 140 116
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.