Memory Pool Memory Pool Refreshing

990 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 986 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (696,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,603 211,603 0000000000000282c45901f9169a5ee5596ab55dd1235defc4f32f8aca872a2d 0.20 MB 378 189
211,602 211,602 00000000000000dafdbd809a813800b090a0c33d547dd1a706ddf12a7db5134a 0.06 MB 53 117
211,601 211,601 00000000000004c68371de050aeb9dbf5ba58eb4e988138a0e1b028cb8c90e66 0.21 MB 274 139
211,600 211,600 000000000000045c3e34040e8a42b17468347acef23b842dafe10e7f53996ea1 0.22 MB 279 119
211,599 211,599 00000000000000c57cf8211e52be831c2ac152a63515f1960369a9456c3e1dbd 0.33 MB 774 209
211,598 211,598 00000000000002c3d160e99e971e1204b63c5f9ea5f17f6612a49bf9f1b63b34 0.20 MB 451 270
211,597 211,597 000000000000033e00a6823bb9b3f4d28c0cf1311bc3fd1b502d75602787e8ca 0.25 MB 377 171
211,596 211,596 000000000000022bf83feb901778c41d43613d4622ded207be216187ed767e7e 0.06 MB 140 890
211,595 211,595 00000000000000288c2d28fed00e43cde14860d15f1f38adf1a7b3210a72ae9a 0.13 MB 192 262
211,594 211,594 0000000000000198682f45375aa3e3e493fff31271679d27ac8e00dd61dab1dc 0.22 MB 293 125
211,593 211,593 00000000000000e04001bb2b1d95f5a8086eff13bb3f86a3a8d6d9cb2d7ef412 0.08 MB 190 209
211,592 211,592 000000000000022fe2175f9d4b1de87d1cdfc243079a7a456d8c5054e5946220 0.18 MB 302 167
211,591 211,591 000000000000025f9f9767bc8bd65964dbcb1011d45f5927609b622070f148ce 0.19 MB 459 236
211,590 211,590 000000000000003bf7361c034bf63ef11cb61771251d1f2aa9f0adff8d2f4d1f 0.16 MB 393 209
211,589 211,589 00000000000004a36620ca02ffec4ff7a79582d6ab8eb8a441f71d62ab972031 0.33 MB 771 239
211,588 211,588 00000000000001a693e323feb9484e70c469fa90fd2731ae0fe2d31606f2501d 0.33 MB 734 213
211,587 211,587 000000000000020ead939c2372c8903b38a90ba93f63ac708ec47346d32c4c83 0.02 MB 62 166
211,586 211,586 000000000000002a926c232c66e6391516f5a971882b3630043ca9eeac12cc12 0.04 MB 123 122
211,585 211,585 00000000000002709f9044c4b1806624922516e2644d877e0fe9c31b018e385e 0.18 MB 390 193
211,584 211,584 0000000000000023eaf1c7d7c3fc178385bc61bec84e0987140ecc6281c8da7d 0.25 MB 567 224
211,583 211,583 00000000000002ddb72873ce3e6fa3102f3b2e03b44e448f0deb3dcdb1d6ef45 0.06 MB 125 100
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.