Memory Pool Memory Pool Refreshing

1,175 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,883 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (761,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,663 146,663 00000000000006eb94a25914f9472d034dc3c1e525d0d37f7d1cd6a18c139d8e 0.01 MB 24 29
146,662 146,662 00000000000004801ac363256167427dd80c2ec6253849fc9d3d09454b41fc58 0.01 MB 14 22
146,661 146,661 00000000000001f5b66e539ec00067f59c4b88b7f54db13b985233b48eeb8f67 0.01 MB 21 101
146,660 146,660 00000000000004c2c4df34f4dfe24f7196e15e4b69d2324d858f897e50dff26b 0.02 MB 62 71
146,659 146,659 00000000000003163b62fd7225f816a9bef0d0c1472b5fab00aee0f54d05b34a 0.05 MB 129 119
146,658 146,658 0000000000000046fb7984cb2f9ed54d4af456b60248f256ab6876a317b69525 0.00 MB 5 71
146,657 146,657 0000000000000097da00c8c13e37c8be4c39793294a07dedf61c2a769f9bf846 0.01 MB 8 39
146,656 146,656 000000000000087800427819ee961953d6da93250d65157ab49be204939005a6 0.03 MB 78 205
146,655 146,655 000000000000081233a2b2a20f404d942394291eb35a0d7d5ea4305260a98cd2 0.04 MB 56 175
146,654 146,654 00000000000000dc554fc1e3823fcb3d47f9f24666edc0ce368a64b24fb6fdf7 0.07 MB 145 150
146,653 146,653 000000000000030ae19576c5fdd3648b345f1d53f0555e9c0eba3f2191452513 0.00 MB 12 193
146,652 146,652 00000000000006485aacad5e28cac9e86d317aeb62c8fd0c5ddb976286cb5c61 0.03 MB 75 109
146,651 146,651 000000000000052f090b1ce142925119862ebedaf147348c9439e33180c9cf37 0.00 MB 3 0
146,650 146,650 00000000000000e2a21c5025b77a228eeb34cc60465b1cabb235c90d0c148432 0.01 MB 15 22
146,649 146,649 00000000000005d99beed6ab56e72c588fdb024fa7d9cb60920c295c64be57a1 0.03 MB 103 30
146,648 146,648 000000000000074267560a4b8554bdf2ff27dbc3b30076a80b6fd3ab338db788 0.01 MB 12 235
146,647 146,647 00000000000001bc0d3cb57a6c64003a15353a3de063365fb3c600f97e120041 0.00 MB 9 315
146,646 146,646 000000000000082bd4d0278e6aaadc3107a991deb1353f3204a0d800d77e53fc 0.02 MB 35 40
146,645 146,645 00000000000008b6a209abad797d14cc9d710890afce9fef70829f687aba1c4f 0.04 MB 58 901
146,644 146,644 000000000000009d07302a9eb92cbf714a8b212e2ff05535ae8c5c416c222899 0.16 MB 65 107
146,643 146,643 000000000000076d02010f69e09ccba379b51e72cba2642702fe988ea2698350 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.