Memory Pool Memory Pool Refreshing

17,591 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (714,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,725 192,725 00000000000004043827daad922242de46f1e02be3440cfb75f1ba047630a433 0.08 MB 223 122
192,724 192,724 00000000000000a68387288ef07d3b7ecf038490c769c120d8d99e84af1e2ef2 0.06 MB 144 144
192,723 192,723 00000000000002dd8f8412ce99aa8e4cdc78ac77413bab688d1cca1a610665a8 0.14 MB 160 110
192,722 192,722 00000000000006ace6bc87c2870caafd16813cc1c1ef58965c16c6eda8cc32aa 0.06 MB 116 94
192,721 192,721 000000000000038db4a7f523fa0d53e6078b0a62b94c2a9c0d2b1493617cdfbf 0.14 MB 364 520
192,720 192,720 000000000000003b94df3458a90d54efec00e90887259fc3050e398e67982e32 0.04 MB 129 9
192,719 192,719 0000000000000391c43e4fb82b22335c09120b3826f440a5de7caa07d7d1e75f 0.10 MB 234 120
192,718 192,718 000000000000022a6e169b63c2c2f2641182707ad67d58f387be81a120912972 0.07 MB 163 128
192,717 192,717 00000000000007ac247931d5c63fe3d58b08a0e225776f1e7e1c6f381fcf5edc 0.12 MB 321 171
192,716 192,716 00000000000007ee0510fcabf6845ce48f93f7b0bdbac23e15c91bd51929deda 0.05 MB 121 103
192,715 192,715 000000000000059fcfc43245eb630e0612a9680c426326daa2c9cec2caf2f1c4 0.02 MB 70 136
192,714 192,714 00000000000005b2c7a3342e034e164147b6e75648166928ad72efac80611df7 0.24 MB 512 107
192,713 192,713 00000000000006fe8e9d7ffd83d3f561e34827dc891fa5cbb82a2bef1718bf05 0.05 MB 131 1,157
192,712 192,712 00000000000000cba4f3450441af957213672b5533c44dc76e7de199e49bc4be 0.14 MB 308 132
192,711 192,711 00000000000006d4d976134acc21cbe96db4b652673cc3186814465891c30bb9 0.05 MB 115 88
192,710 192,710 000000000000004d271ae25e651358eadcbebc361e8c52bfc8534b6012a494c8 0.10 MB 253 173
192,709 192,709 00000000000004c954ae60f358b8e048a7f235f9d02c097e1b2658f32fd4900b 0.01 MB 31 86
192,708 192,708 00000000000006991cb1f5fc5d45f6cc39eaf0692849932dabd553f2c047fd5b 0.06 MB 128 241
192,707 192,707 000000000000055d0ebf871070ce4060e7306db8e3a5d3f796a28fd11af47104 0.10 MB 268 93
192,706 192,706 00000000000006e396e9c5d8eb1e1c1374f8e8881345f87c1f3e5a0dbac79202 0.01 MB 33 131
192,705 192,705 00000000000004c224baac606c0be7d722ee8bbc3996df5a1873a4ccb1f4de55 0.01 MB 32 118
Previous 10 blocks ↓
Total Size: 769.02 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.22 GB sent, 92.99 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.