Memory Pool Memory Pool Refreshing

4,269 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (640,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,054 267,054 00000000000000073a584cb440806e5b85976b8a3230353866787eed1d098de2 0.03 MB 73 102
267,053 267,053 0000000000000007365d0aadbc26a74f6acf7679cd3b8684624262b233d970dd 0.00 MB 10 84
267,052 267,052 000000000000000a729a1b9b02259348dcca1a99aa8bc52b091e8f12d6abd326 0.06 MB 159 74
267,051 267,051 0000000000000001d086a3f11e43102622daff83e816abc23e2ca375b4b7b5ba 0.02 MB 54 78
267,050 267,050 0000000000000006959f0b12daea04a80e1676485ad6214bbaa106c84f2ba190 0.10 MB 223 49
267,049 267,049 0000000000000007a94808109f32b85edfea22551343f59977f9a8c8fd497750 0.04 MB 76 47
267,048 267,048 0000000000000009a5145f3e47831fbe645f72bb921e940a7a0a26466482fd2a 0.19 MB 173 27
267,047 267,047 000000000000000ad0359531f3e73225ba3e1b0ad42df45e57572ca36afaf9ed 0.25 MB 426 42
267,046 267,046 000000000000000530c0f113486793f4a4a47f3917e1872d27d5cccf65719aa5 0.25 MB 645 124
267,045 267,045 000000000000000084923e3839241568949556f03919656e6672142235565229 0.08 MB 208 87
267,044 267,044 000000000000000075f68fca44262474dcb02fb0b0bc57eb9b53d632890aa59f 0.13 MB 302 88
267,043 267,043 0000000000000002806ef90c14f89bee935327d410d971a640e82acfd09bc511 0.06 MB 149 97
267,042 267,042 00000000000000019f2a54010be2a934ca5cb30a43757e1e51caf160e71c553e 0.09 MB 166 68
267,041 267,041 0000000000000000d53abe34dcd731b6c69c87623c6785f9348390acb7e9ae95 0.17 MB 398 84
267,040 267,040 00000000000000000d7dffbf656cc4cf6b9b469354a54cb5169c6882939e0835 0.07 MB 152 86
267,039 267,039 0000000000000007c295386940f92b5fc50ac13cfe0ac190f18e8a0a9c06d65a 0.29 MB 329 44
267,038 267,038 000000000000000137bb9b5ef29f34f084d4e7a0762e66bdc74e3dcc8cd463c8 0.20 MB 332 74
267,037 267,037 0000000000000006d9ae2eb276c5cc3902c205bdead0e1e43b655f551b7a3c4c 0.23 MB 590 103
267,036 267,036 000000000000000a8b4deb09d6a61144c19c7f652c647975bbb2134357a1586d 0.01 MB 22 106
267,035 267,035 00000000000000028937f66dec411905b41e2790f8a79b6546ee05133dda1524 0.10 MB 266 85
267,034 267,034 00000000000000042e3e67cbe48356eeb03e1e27fd8de238f7434de494eaaa37 0.10 MB 260 131
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.