Memory Pool Memory Pool Refreshing

8,235 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (687,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,478 220,478 00000000000002ec1af124f1a1a97b9f9e2ff2ac80591dbcdba348fd23d50bff 0.10 MB 235 200
220,477 220,477 000000000000003120f9b187f4ab7aa4e8bb81cbdc683b14f1541b201a280b6f 0.14 MB 410 241
220,476 220,476 000000000000051d61039855dc5fcb710d41e0b67fec7cca49b482af6a92e216 0.11 MB 247 176
220,475 220,475 00000000000002d8cfc19b966f5558fee3ffea9b978924ab4ae3ea25217e5c7e 0.02 MB 58 25
220,474 220,474 00000000000000518cb6ea8157807495e41bc1db1a7d00f87bfad3b7efad7f92 0.01 MB 37 113
220,473 220,473 0000000000000028053adcc6fadbf474f9ab96006b0a73c9c17df5564268299b 0.16 MB 364 190
220,472 220,472 00000000000003453b9cc15ca99e8ec5c88a2c6c841c36d28228b5731db36b17 0.26 MB 715 217
220,471 220,471 000000000000039d385b379c404b7fb740d2913a377128f153fde02dd9371e22 0.02 MB 39 131
220,470 220,470 000000000000008ef840ebdac5634216d1f912901640ed294d45c36e9d651216 0.06 MB 99 124
220,469 220,469 0000000000000062723ee977ef177da72ab6d1af89e15aff3007b06091260a4a 0.18 MB 412 167
220,468 220,468 00000000000002fc304790d7352dced2b39fa268ee6a5338ebf0d529ebd45656 0.00 MB 3 193
220,467 220,467 00000000000004b909d94fb61e39e4b63fdcedaf0b5bc6ee411f84c9bb4ad729 0.01 MB 21 72
220,466 220,466 00000000000003bb9f78293a0894647c68c7ba01e894810f1b3eb3968148e16a 0.12 MB 284 201
220,465 220,465 000000000000033ff54622bce7c0c951d7c9c9cdbb59ce10b4ce481a06e8a974 0.01 MB 18 163
220,464 220,464 000000000000011110a5aa87c0da6e9a46fc1ad20f94c590dcc229060268253b 0.24 MB 592 208
220,463 220,463 00000000000004429d922a4dd1c3b3f2cdf8be92345fbafd1d5d49b3cc21a82e 0.12 MB 268 121
220,462 220,462 00000000000002d27c7f19fb2fd2163baab79c27810e1fe8addcfe4e02affb02 0.25 MB 593 208
220,461 220,461 000000000000026a49b7f453b2f87ca50ba5a25166b4b18e6ec99df73b6b18cc 0.02 MB 31 19
220,460 220,460 000000000000041844a737f33509016a94e772054006f4beff41a8d81351d518 0.22 MB 457 158
220,459 220,459 00000000000001678aa188fec5ff5b8e2927644493c3aa7f1ec6b96786e00529 0.25 MB 631 210
220,458 220,458 00000000000004786094f95d20ad5b06f739faf5df98fd193ff7be99992e1c3c 0.25 MB 613 220
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.