Memory Pool Memory Pool Refreshing

5,499 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,040 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (761,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,721 146,721 0000000000000851ba2601159419ef2a3106b49606f05115c9649ceaf1994b9a 0.01 MB 28 351
146,720 146,720 000000000000010938c08ed04ad922136f983fd833d768827483011396404d1e 0.02 MB 65 139
146,719 146,719 00000000000006269125c1706d9ffcd261b8d26032fc2b2fc43e42856bb4da9a 0.02 MB 62 56
146,718 146,718 000000000000035dcf7a054b61dc12c36b97d332ea64b8da490de933c4e2c28d 0.00 MB 6 1,246
146,717 146,717 00000000000004e8a1b8a737362bece417341f073e6d260b0513b26d63dbb29d 0.02 MB 36 42
146,716 146,716 00000000000008b2c99cb933f9985f3bc177e92b77fcd0e70454130d471e2172 0.00 MB 13 322
146,715 146,715 0000000000000936624c403cc9cce71430a4f24130be03e6a77dd0ee14a0028a 0.04 MB 48 49
146,714 146,714 0000000000000983411dacb91e57e9dbbe3392a914bc7b90724463fb3a55a768 0.00 MB 8 403
146,713 146,713 000000000000009621eaec4b90edeb6c7e86465aa48b778adde003c0f4f67c2c 0.00 MB 6 155
146,712 146,712 00000000000001e66f1a66ee9782903c1eee793f54369fd6c753629edb3fc079 0.01 MB 10 14
146,711 146,711 00000000000009336dd9d13e9fe544ab86ff946564edffe927b0cb652f03696a 0.01 MB 43 48
146,710 146,710 000000000000000e45c10ea7ccd1def4184007de86e73b0b518feadf359394fd 0.01 MB 9 7
146,709 146,709 0000000000000133db735966cab9bb15b9ee94a63b3db8567204a1617a312976 0.01 MB 23 168
146,708 146,708 0000000000000779f3aac8cf1e7b3da9abea7dcd7c0c9e19c1334bcd97efba64 0.02 MB 25 41
146,707 146,707 0000000000000670f12869e0a95f02813d1d28a282b54040b949bcc46da3a442 0.01 MB 18 0
146,706 146,706 0000000000000814c5951f926e336902c1f598405a3fdc85e7680d24cb1081fa 0.02 MB 43 538
146,705 146,705 0000000000000635d8802dba9f3cbace115e26922a272ef2823db1c430a57ce7 0.01 MB 24 101
146,704 146,704 00000000000006912ec70ad6565a522ea521b539f6ad864d89cb8187f18544bc 0.05 MB 145 64
146,703 146,703 00000000000003e745d530889605d503de21d20845e81e7a3f99c4c9ad09678a 0.03 MB 53 105
146,702 146,702 00000000000007dc7642644dfd10ae8bf1a03b10241861515819d64451594575 0.01 MB 36 13
146,701 146,701 000000000000080db9365552d4982ce23bf0f3ae450f265edb6054162cf9bc5e 0.05 MB 76 442
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.