Memory Pool Memory Pool Refreshing

8,396 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (636,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,030 271,030 0000000000000004be4732fdd0d9591c22297df87376bcdc508cb8e5315042d2 0.19 MB 416 51
271,029 271,029 0000000000000005aa98617255e2779227ba10c118c3eefeb63e4dd14a230acf 0.16 MB 175 26
271,028 271,028 0000000000000002b58866aa20ebb241d617c78a1e07ca016f1eb5af6203c1e0 0.27 MB 311 19
271,027 271,027 0000000000000002d3f74088436c18b07ccdd73bcdea371c58cac672d5c13f18 0.06 MB 147 41
271,026 271,026 0000000000000006ad2a70ff14233527e6a8403f50d9a4c09218fa221e3842b7 0.04 MB 52 12
271,025 271,025 000000000000000097f386f41d1d9c201404446277dbf63b38c21153ef3d19ec 0.25 MB 476 58
271,024 271,024 0000000000000005959e7b5d0c9c6c25c09199518085256d11c082791f6a3ca1 0.05 MB 102 47
271,023 271,023 0000000000000004ebde1ad0cdea02d91b5c5f6f57cf7474a85a34ce45cde2a3 0.16 MB 278 60
271,022 271,022 0000000000000004f822458b8360a2d0b9afcfb5134f6440828537a5813b4d9f 0.26 MB 379 44
271,021 271,021 0000000000000005d09339117919df85b42c53a259112a9f3a925aca0434dcaf 0.25 MB 478 51
271,020 271,020 0000000000000000c05200a0696b3299469996b7d0088d723d74ebb2c09cf187 0.25 MB 594 54
271,019 271,019 000000000000000337ff8d9eb10f84f86077c9541c6f68de2f3126868f67a8de 0.20 MB 152 17
271,018 271,018 0000000000000005c31c7e042dc2d487c6fdbeccce84c8ae51122eb9be22cf23 0.25 MB 605 64
271,017 271,017 0000000000000006b3cf92750f3b6acfcdba5b0321931f3ffee97840750d6761 0.48 MB 777 43
271,016 271,016 00000000000000034d8d1619855b5060dc0d3c939f98fc2c4342d524e71107dc 0.25 MB 595 82
271,015 271,015 0000000000000005ee4cde802454d71a7bfe671b552d96ad9f535288a610c6cf 0.06 MB 127 30
271,014 271,014 00000000000000067250baf23ec9b730f6a8de2390abe8106a5351b697623beb 0.25 MB 446 58
271,013 271,013 00000000000000044b12465109afffd9aaf804b6760fb00a291bd36296895cfa 0.59 MB 1,095 49
271,012 271,012 00000000000000048cf772b5c05e4cbe2a556d9a421b734dc07aa12c09e82923 0.22 MB 490 70
271,011 271,011 0000000000000000aefa0f8a2850d7af37332b3ecc6b2ddb595f833bee1f2912 0.39 MB 655 46
271,010 271,010 000000000000000181f97453943d37d3985552dc3bb5e30e2b2ae4893aa65eee 0.11 MB 158 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.