Memory Pool Memory Pool Refreshing

9,767 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (546,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,491 361,491 00000000000000000c1a93b5b955adbf6b24c56ddfc74728467954cbea1e3811 0.43 MB 987 34
361,490 361,490 000000000000000004a6b41dcfa5e2d460fe5227921a38289c4516ef4d587621 0.88 MB 1,994 30
361,489 361,489 00000000000000000ac41b146e2554deb8d1413fe15aa1c64e46c5ea29035518 0.15 MB 149 19
361,488 361,488 0000000000000000038b9642aef1c418fad665a85b29b055681e25bed1a583fe 0.00 MB 1 0
361,487 361,487 000000000000000014a780e513de2067bf2ccb7312be3db3bc419ad53748d345 0.73 MB 1,353 29
361,486 361,486 0000000000000000061c878c6e22097a1fc46ad88e41c30e0e17b692f2363ce7 0.13 MB 248 24
361,485 361,485 00000000000000000cb2a8ff481a334effc264afd0165e1e735e824ce39da493 0.64 MB 193 5
361,484 361,484 0000000000000000140a5205410ccffdd66d74a2eef51ff10d52f3e636ce757c 0.88 MB 2,027 26
361,483 361,483 00000000000000000e128b928be0f663d9179843008d65f08ca2efb7ee52f5cf 0.95 MB 1,355 22
361,482 361,482 0000000000000000131b01ab4bb777fa65d00157fd96efc63315efb80b45d10b 0.93 MB 2,845 42
361,481 361,481 00000000000000000969abee172c561232a4432497e616fbece898cda097447c 0.30 MB 570 28
361,480 361,480 00000000000000000b6a69e3524ae313579604f3d7a10fb46177e25dbbe1a725 0.75 MB 1,521 28
361,479 361,479 000000000000000001fd979ad4c517152b7c6c913c49dd10b6dfef9164863f44 0.11 MB 190 24
361,478 361,478 000000000000000000457c2485f57bc436120248fe190dd4b1693f89c3d1be54 0.75 MB 1,439 31
361,477 361,477 000000000000000009e9e3ad22631b81c9c0e795c9785ae133c49ad2887613f2 0.07 MB 170 33
361,476 361,476 000000000000000008bd83b90cef185fbd1f54cac80fdeb8884a6cdbda4b49cd 0.35 MB 684 30
361,475 361,475 000000000000000010af9bdf4208a50f92f8c9f60a73d6e64bd8e1654c0494b7 0.30 MB 564 26
361,474 361,474 0000000000000000138b92c3561879d560beb0b771aed309515313c3ab4bf710 0.35 MB 102 4
361,473 361,473 00000000000000000cd817b346d81ad513a32bbad1197e596ffdf736c5822f71 0.54 MB 1,179 35
361,472 361,472 0000000000000000113838087ea8f68009edb0bdd45099d2b8d6747ca0dd28f0 0.75 MB 917 33
361,471 361,471 000000000000000015c028d8524fea626ebe0a1dde6e244c4c4402a9f71e0e9b 0.95 MB 1,697 28
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.