Memory Pool Memory Pool Refreshing

7,882 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (258,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,510 649,510 00000000000000000007962b848716a751d421c5cab17bd7697ecbe5fac3f830 1.21 MB 2,690 60
649,509 649,509 00000000000000000003c94068e855928d463f077b614b2695f7d564be04a65c 1.33 MB 2,892 78
649,508 649,508 000000000000000000051c537c1953822370201fffb44da66d58677623b5625d 1.27 MB 2,494 86
649,507 649,507 0000000000000000000788e9249589d137dc2ed29e68e510ba271d124e2a1bcb 1.18 MB 3,003 59
649,506 649,506 0000000000000000000a64a49360b37f8708741e585db03c571890e5c99a9794 1.27 MB 2,110 76
649,505 649,505 00000000000000000002ea3d44f1c1e832dd8a67ea2a1e537406f857f2b0f643 1.20 MB 2,514 64
649,504 649,504 00000000000000000005c8fdb864146458ee717fbd76f86b9c47528be7ddb41a 1.43 MB 2,334 77
649,503 649,503 0000000000000000000bc71329f1d4d521aaaf44eeee449349f88798c731e647 1.16 MB 2,001 109
649,502 649,502 0000000000000000000e788600175ba676c0ab9615aca2ce4fb402f0d357d1a9 1.17 MB 1,827 89
649,501 649,501 0000000000000000000e1ef3d6311d9bfd5c0dba3372d1160894b9a35484d2a8 1.25 MB 2,332 98
649,500 649,500 00000000000000000001f86a8d876c8aa30bb76585f303fd6d3d0ce200e4ea07 1.17 MB 2,953 18
649,499 649,499 0000000000000000000b30f8f71b6ea7746d77b3afd6e53ca2dca5618af22e6f 1.23 MB 2,552 35
649,498 649,498 0000000000000000000d546c44991a1037b0d1318828e28c8eac53552f447801 1.13 MB 2,560 20
649,497 649,497 0000000000000000000ba7b6011477669d8430aa85b4132ee206dbd8f0c3f9f8 1.12 MB 2,713 21
649,496 649,496 0000000000000000000605e25b2383dd1dacffa270558bcd1e8a234f71603185 1.19 MB 2,877 38
649,495 649,495 00000000000000000006ed1382b2ddc6591d8a996299b638acbea5505263744a 1.36 MB 2,843 58
649,494 649,494 000000000000000000074e91b010f1aed9adb052889268e77883eabe70c45ef9 1.37 MB 2,916 65
649,493 649,493 00000000000000000000dc9bc1d8c31729b213e1d6a483f9b1b4d15991907bce 1.19 MB 1,970 91
649,492 649,492 000000000000000000052507b372c191b64ed540a4204fa9cb8dda8987759989 1.20 MB 2,291 36
649,491 649,491 000000000000000000010ea8b373223beadc9ef2fbd47b28a9a67872f748a11f 1.11 MB 2,485 34
649,490 649,490 0000000000000000000a6d63d2079be7256935c1c67387144a5a67d46c7f3bb6 1.22 MB 2,342 47
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, 114 incoming
  • Data Transfer: 1,624.89 GB sent, 93.01 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.