Memory Pool Memory Pool Refreshing

13,776 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (715,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
192,704 192,704 000000000000076e94980424190cb1df8b484c0e7bb15ba35422b6cce6267851 0.00 MB 13 53
192,703 192,703 00000000000004ec36ef339a7a120dc17ff315e406aff6643bf89bb0a1ca1354 0.04 MB 101 128
192,702 192,702 00000000000000607315ff95329c40ef6bdad0e015c224f75bf15fea820c587a 0.08 MB 214 149
192,701 192,701 00000000000004f058bd1b672f021c4a205779af0a25ea65a03e36543d672593 0.00 MB 9 340
192,700 192,700 00000000000003915dd4624898adea7b6a3e37bcf5bb6bffa8a2686c23b0139a 0.01 MB 33 41
192,699 192,699 000000000000071ce8050256fc67140df4830eeb4f4a962d843a46fc0c651589 0.01 MB 11 216
192,698 192,698 00000000000000cf62581bbc8e8fa0b8d8bdd6e59e5f453951122570c95fb8ff 0.07 MB 158 111
192,697 192,697 000000000000063c89de2cb0e0dca554770cea368cbb28255d9e7ab9a204593a 0.13 MB 298 130
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,622.93 GB sent, 92.96 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.