Memory Pool Memory Pool Refreshing

8,091 transactions
5.32 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
6 sats/vbyte 3
6 sats/vbyte 6
4 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,124 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,203 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,123 (659,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,577 241,577 000000000000000349dbfcc65c7470558a58d68cfe5b0af8a04700ee654fc058 0.06 MB 128 82
241,576 241,576 0000000000000070ee3324a548b219ff6f28ffa691f68108053858f19d5ef4a1 0.12 MB 260 156
241,575 241,575 00000000000000f7a388a896382b2b7fc07ee01205487da977c608099caa675c 0.05 MB 92 143
241,574 241,574 000000000000007e8760bc92c7fdbf28b8a5c6f6437fde1bcc9d81d221e7e537 0.07 MB 174 176
241,573 241,573 00000000000000f573d2d886dd4c1dbdc7cfffe27a927f1d0397de6f567d16c3 0.20 MB 507 253
241,572 241,572 0000000000000068dd84973ca52c4f56922a1b0f75c7ec679115e97ab4ee949a 0.32 MB 608 128
241,571 241,571 00000000000000d0184a27ce0006a815bb6299cb1dce7bf3742b43fb39a3a20d 0.00 MB 3 24
241,570 241,570 00000000000000b711d8dc6f44af421178b95440585bfef9c621408ecdbf85a0 0.15 MB 337 165
241,569 241,569 00000000000000cc13bb01cea74fcd2df98353e46ba97d564531bee9b144a34d 0.09 MB 279 151
241,568 241,568 0000000000000037d0548d5200e839c5604fd0d6904baa86b15c6a5db36458d4 0.14 MB 366 241
241,567 241,567 0000000000000044d3027bb79dfda8cb5cad5e8d32ce367b6813d9523b86ab22 0.16 MB 256 68
241,566 241,566 000000000000010836f494f91e8a3aaddb92e8dad8e990897d0992092e9f36d0 0.08 MB 166 141
241,565 241,565 00000000000000d299cb6c643f379feada883d49601e94ede6f168885395b7ef 0.06 MB 161 146
241,564 241,564 000000000000006b4da48383f8106728bc49ba8fe08605b89e2051bc30f32ee1 0.07 MB 90 77
241,563 241,563 000000000000002d4943694e1fc0d1dd090f0e027a70920e0e79cefdac9e735a 0.25 MB 523 122
241,562 241,562 000000000000005732ea1eaf456837edb9ce9039afad92b5efd061762137d429 0.21 MB 532 176
241,561 241,561 0000000000000037c54e932a34c469b6056fd4e2874e1e37bb9b75edc27a778a 0.13 MB 263 155
241,560 241,560 00000000000000085d3ab7ddf0ff346688228697f6c8a61714aaabb0351a97dc 0.00 MB 7 244
241,559 241,559 000000000000010a1e9280172858782f2c9b0d0a66e1c6da96bb492b290a1f3d 0.04 MB 73 173
241,558 241,558 00000000000000a4ebdd21d0681ee6a571bf31d04458225fe4c4cf7066fa0365 0.09 MB 240 212
241,557 241,557 000000000000005d9bb199a791b2946bb7cd3e1a702dd1032c2affc0e11fe548 0.03 MB 70 181
Previous 10 blocks ↓
Total Size: 757.81 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: 704.41 GB sent, 36.11 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.