Memory Pool Memory Pool Refreshing

2,088 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 2,075 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (715,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,623 192,623 0000000000000837da172831290b4accdcdf0c819fc89dd14f524932c49221e2 0.08 MB 204 157
192,622 192,622 00000000000000a1483f1cea16cc0bfdf1e2e5d184aed3bc86bb3203f6bd5097 0.18 MB 507 160
192,621 192,621 0000000000000466965937ff6b40556a38902b42fb4c6dd50db294a34dca6f80 0.25 MB 628 381
192,620 192,620 0000000000000262ed0ace80bcea523ef8100803af27ecd8dfcde6eb693bee90 0.07 MB 225 35
192,619 192,619 00000000000003ff88b6a0e0c1d7de0f9f736f2876135ba6f430cbb5b26ce9b4 0.25 MB 373 94
192,618 192,618 00000000000000f335ac23b86f5e834d4778a5c7eafa042a98942e0cdd5954be 0.05 MB 119 0
192,617 192,617 00000000000002e8e51d926cded0c4589865b28698c484492030bbacf57f514e 0.20 MB 834 262
192,616 192,616 0000000000000448352f472ef3591d66ce97aff221edff4a5fc961d96b4e1853 0.01 MB 32 0
192,615 192,615 00000000000000505aaaae601241472b2045a35de2f6c5b1a7961eaa30da92f8 0.01 MB 32 0
192,614 192,614 000000000000019d9fb8246df533531b8c820ecbd6d45241a9f1f225c345d61c 0.25 MB 728 161
192,613 192,613 0000000000000441a09b719ab987af6f8502bd16b84ac74d4e4abc67ffb3ddd8 0.05 MB 149 119
192,612 192,612 00000000000007bb451ca09a9c926ded09e3d4107be95cfb34d1bfe8f649a2b4 0.09 MB 256 81
192,611 192,611 000000000000020c5fa70afac047fafdfceea03d2a8f09c81c4ec4fc3b85df3f 0.02 MB 47 145
192,610 192,610 00000000000001ebe3b5b85dc1e732c9e660bcaf87d58200f909985a33c63e4a 0.18 MB 507 171
192,609 192,609 00000000000000355f4c00aaf528908896290370c23f11dbc73164785af2704f 0.05 MB 132 6,179
192,608 192,608 00000000000005cace1e77dd8a3dba11e7ceb0b82469bad858e02db32daba3ae 0.25 MB 593 169
192,607 192,607 000000000000070020b63e6a686602de21f1993a0a5b4fb909694bdb0a8ad23d 0.10 MB 318 156
192,606 192,606 00000000000005efbf55d1d6c7bce5c5b2091103d6cf2ddee68881cd93e46456 0.11 MB 236 115
192,605 192,605 000000000000061914fea96c9c6f826e7eb56d238f06f2074ce816ec7ed1e44e 0.10 MB 220 103
192,604 192,604 00000000000004a45be84ab597c211f8812a6182e2a81b633d5576e38c114cf3 0.11 MB 256 161
192,603 192,603 0000000000000817d7da217deb6e22df4c69fc740c1c9411db797363cbacccc6 0.06 MB 138 180
Previous 10 blocks ↓
Total Size: 769.22 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,634.63 GB sent, 94.03 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.