Memory Pool Memory Pool Refreshing

6,844 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (620,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,349 287,349 00000000000000005d1f7a1c49bee85c9f89d652d218cdea046ea669afd36917 0.06 MB 130 41
287,348 287,348 0000000000000000f06a7eff5d7b4fcad1669286617a971fb71ab6daa811f3d8 0.10 MB 138 27
287,347 287,347 00000000000000000cc90ad13786f0a1a47fa8ca7cba6b951f4c1301aa6c6cfc 0.15 MB 266 29
287,346 287,346 0000000000000000059757fb2aafa86bd6404d4d620d360af5afdd10450d38be 0.21 MB 278 23
287,345 287,345 00000000000000001598d45e15f81c65c681d11de9b7d92592e28b9a9259e18d 0.02 MB 39 20
287,344 287,344 000000000000000142f54535e2801502eaf00c5467bcb829b569caee96fcc55c 0.08 MB 145 34
287,343 287,343 0000000000000000dd3edfd7c5f135cdcdc16eb5ea8e835763eb9090ab9131a9 0.02 MB 51 58
287,342 287,342 000000000000000003257e8aa7a951320d6c8e9eea24447755c24d6d99f88014 0.22 MB 318 25
287,341 287,341 00000000000000008c2c7e6d7c0ef4dfaf0316e62b4d62644ef2398c562789ff 0.09 MB 113 22
287,340 287,340 000000000000000039c527da14a67fec92a33618dac181f650196cc5af2da641 0.15 MB 267 31
287,339 287,339 0000000000000000dfb44e1bb2ceeb07aa6a9088fab6d46b80682a41853d5630 0.15 MB 218 26
287,338 287,338 00000000000000001aa10acdcf38ce258268b3772005a498e7c9d06c171bed1e 0.17 MB 254 32
287,337 287,337 0000000000000000a2ef063aa969f23e745bae7fd069d7ec373d77a7d83ceafe 0.50 MB 667 28
287,336 287,336 00000000000000013ad0d4aa16e851595dc39b8cd55e2aaa1ce95cc32a3a60c7 0.24 MB 128 14
287,335 287,335 0000000000000000763a47658b677da4de51f2d523805ffe482b2c8f3b9fbbbf 0.35 MB 473 27
287,334 287,334 00000000000000015a3c561fbf7aba7e703975b84a66cadbdf211ccabc292887 0.25 MB 560 41
287,333 287,333 0000000000000000d432694188b17f842d9c5f810648deb2164d080b1cf6d2b1 0.06 MB 48 101
287,332 287,332 00000000000000011f8f4fac837112ce9fe52baba00f06e177f5b7eb776b8370 0.04 MB 41 9
287,331 287,331 000000000000000045910b8eadc3120f5f81eebd6272e5309f32b08405974e67 0.23 MB 214 17
287,330 287,330 0000000000000000adeaf6386336cc62643a97077eb75548b832dca54e44cc1b 0.35 MB 888 49
287,329 287,329 000000000000000076eca41b4c5da8121971027a38798e30fdece93d40991a60 0.35 MB 721 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.