Memory Pool Memory Pool Refreshing

9,425 transactions
4.41 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,705 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (497,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,631 410,631 00000000000000000530e98eda2803e6d34c94bf885d2fdd82ef54a441787469 0.99 MB 2,767 54
410,630 410,630 00000000000000000117a79e4d6fe2979f9d7eeb93d86833d41beaebab0ab634 1.00 MB 2,849 50
410,629 410,629 00000000000000000065a535100c53b30d32ab47ed852569171d8f4af56cbefb 0.25 MB 632 43
410,628 410,628 000000000000000000acab4318476af9a675bf1499287442acfaa2400bbbd131 0.86 MB 1,521 30
410,627 410,627 00000000000000000613d6b87bebee2271f5fb834ae47e5d1ee0cc77a54ea01a 0.93 MB 2,388 58
410,626 410,626 0000000000000000002f8301bcd61752998198735a361fe739f1ef88153a8024 0.37 MB 472 35
410,625 410,625 000000000000000003b44c05dff5c7c172838e2b2cc4f78d6ba308002866eb60 0.89 MB 1,574 26
410,624 410,624 000000000000000000fa42ddd422494b791d88d8c64172c090db5ce1d2d1c32c 1.00 MB 2,988 56
410,623 410,623 0000000000000000032d7d4fde7908c1a2351453b551fbc325f3878a966ffd17 0.57 MB 985 44
410,622 410,622 000000000000000003fdcabbf15105c3d86df83269821da74730012c521c45d0 0.32 MB 176 16
410,621 410,621 000000000000000001de41095cd9db7ac542bfb4bc3f4a10a012334c12a813af 1.00 MB 121 8
410,620 410,620 000000000000000005b63f273f4dde80c07dfb4c95829f1daa5d13a89bc28013 1.00 MB 1,636 42
410,619 410,619 000000000000000001ad6a7c24a22dc0d9382fe00cc02fe8fded6f116136e598 0.99 MB 1,712 41
410,618 410,618 000000000000000003a19131c42d16db5e83f538829e12a879338f78652d87bb 1.00 MB 2,061 39
410,617 410,617 0000000000000000027871a9bb1fdc390d1d04d378911baca0eea24a024af1c4 1.00 MB 2,067 57
410,616 410,616 000000000000000001acdddedba65e6babd2ea369314623c23e02736ff07b186 1.00 MB 2,980 66
410,615 410,615 0000000000000000040b7c6a6c937c7352b07c143e1aaeefa9d175134c279e7c 1.00 MB 1,774 47
410,614 410,614 00000000000000000106625e68c51a6da99582d487b17c2832b504e43699d9b2 0.93 MB 2,662 71
410,613 410,613 0000000000000000028cce8a51fc04f5790333c7ec801fdb237b579eaf6a109f 1.00 MB 1,736 37
410,612 410,612 000000000000000000462ad9a218e9f9d7dbe0cde0e865c89199018f79f197d4 1.00 MB 2,998 40
410,611 410,611 000000000000000003fefcf101c07d93d38ce6ce72d6669a9a549fbfc27dcaaf 1.00 MB 1,491 33
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,625.24 GB sent, 93.02 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.