Memory Pool Memory Pool Refreshing

4,137 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (734,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,585 173,585 0000000000000a05b3c6967fc816b8a2d7380d9b47cd14627f0d8f79362b487a 0.05 MB 118 81
173,584 173,584 000000000000015b424a4519698dc0cb26cce2d1036c30fe42c32f2f66c87232 0.04 MB 79 100
173,583 173,583 000000000000060708d8e1a1aa80c2627b9c25ac88f9bbc5136bc84a3ab285e5 0.00 MB 1 0
173,582 173,582 0000000000000332288779fe8a238af7c8c8bcd302ced68c560a32e06380cd5c 0.00 MB 1 0
173,581 173,581 0000000000000961c4806e2f848006c0995d52bf21d713d04d329c11a78208c8 0.03 MB 45 55
173,580 173,580 00000000000001ca8419bd58a1d9b69285df4566e4e62b0418cffdb4cc647ca8 0.01 MB 17 20
173,579 173,579 00000000000002ced3d2b15506524d357a5b41386dc278f90f600a8a948c5ed2 0.02 MB 67 78
173,578 173,578 0000000000000014268feaa8f19d1aed1dee83602947f830a73e6adb0937c4f1 0.03 MB 38 82
173,577 173,577 00000000000007846ddbac19343a8070cbf6ba7f1c5af94e5a9ab99f3940ab9d 0.05 MB 125 162
173,576 173,576 00000000000000d17245b2f551d58a697e65ac48658d88deb11cce4e1d241679 0.00 MB 1 0
173,575 173,575 000000000000069ebc5b43fb44488849bec64612eb83b9c070583d7293f6a4b6 0.00 MB 1 0
173,574 173,574 000000000000046928a7b0a5d7ca48f1be7de6bfcd48352d74173353ad847c45 0.01 MB 36 172
173,573 173,573 000000000000040d7f0f338357c72c8ebe576d0c94adb2149b6d4070b2b34f32 0.05 MB 142 9
173,572 173,572 00000000000005e3dd122477a6f0ec16a436717219cd0b4d0a72655eee7f01e3 0.08 MB 56 163
173,571 173,571 0000000000000099a65cfa3e40753b7d1774b77f784ad3922c9b5c04a2a7cdfe 0.00 MB 1 0
173,570 173,570 000000000000017f01c2cd0d8caf4a99621a49a1a72941b21a8fae94ea8c1ff7 0.04 MB 95 111
173,569 173,569 000000000000049ed15b665e9bf6f0b0f016ff36917807a6b2994ae265c8d3a9 0.03 MB 46 49
173,568 173,568 00000000000008749cafea55c13eb869454c7526a224abb157fdaf4ad50abe96 0.00 MB 1 0
173,567 173,567 00000000000002d8eca079814c1960d90509d07725d42f7c40b689ad12b5aecf 0.02 MB 44 109
173,566 173,566 000000000000067cdebd8332b29e238028d1233457ab29c284e01441e8b2a5fc 0.04 MB 98 55
173,565 173,565 000000000000092b25b4c02d8f60ca9ac3655ee4153ffb16552ab597c967652e 0.01 MB 6 5
Previous 10 blocks ↓
Total Size: 769.51 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,647.39 GB sent, 95.51 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.