Memory Pool Memory Pool Refreshing

263 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 246 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (657,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,359 250,359 00000000000000398802f6d4be74fb3a5bcdb75f23097d87913bbb8b1a985fd0 0.21 MB 534 126
250,358 250,358 0000000000000040d12c147dcd0bce73d6b5e93eb8093ead5f823da08cfabda9 0.03 MB 39 102
250,357 250,357 000000000000003cebc5e50b4cca4a0860d2475872a331fb2d08b67fb1cb6ae6 0.07 MB 169 116
250,356 250,356 000000000000006cb6176efea47ee3ad6d582d41d9b826113d869e6c405c7563 0.02 MB 45 40
250,355 250,355 000000000000002474173f55c8d37af1193391016357e2a3b11fcd563d92768a 0.11 MB 238 114
250,354 250,354 000000000000002ce7484c0becad5621f5c48cee133bcc895489b6aa76853c86 0.18 MB 389 162
250,353 250,353 000000000000004e6deee9a5bbeb17135985cc0dc22047c41b6424e38ee8a997 0.22 MB 481 167
250,352 250,352 00000000000000062f9625814272a0b4ccc8783d02e3e63768f36ec702985508 0.08 MB 213 143
250,351 250,351 0000000000000002815b92a8331285f1683954da9f9c96d1356a6ff7379a2488 0.01 MB 14 451
250,350 250,350 000000000000005394852a73e8296a6d7ce11d044b6a13eb423636d627416635 0.02 MB 32 94
250,349 250,349 00000000000000116713b6dc34e5bba732df154a32970110e7f3650c7a630544 0.05 MB 102 112
250,348 250,348 0000000000000038c44faafc794e13e84252e06a20dfb68887292781513bcf79 0.16 MB 341 120
250,347 250,347 000000000000001b24e3763f3d9a43394880f956e734a35c92a72c0a9e18aaea 0.13 MB 320 137
250,346 250,346 000000000000001c508d93b5e95697c04d562539bed11e0ba2b9d3d513b63f60 0.10 MB 250 139
250,345 250,345 000000000000001c00b16ce1473a504db169751d4fe0adcfa6a11b246a71b3e6 0.16 MB 427 144
250,344 250,344 00000000000000316dfb43d7893c899db3464410dd116c4df518b6bdfab7b2d7 0.06 MB 169 130
250,343 250,343 0000000000000024c1bc1f60a30a54089ac14bb8ba88077ea6fd2768acf64111 0.07 MB 187 130
250,342 250,342 00000000000000528f8e9e3ddb3eb0851b1b0bb97def60c657ac779f4c5b1bf4 0.08 MB 186 103
250,341 250,341 000000000000006783ff8b2869eb93dc0d0f27a85225cdcf35204416aadde473 0.11 MB 283 134
250,340 250,340 000000000000004c2e4da5b12d6f5f0ec94edc64c00cf8b3dd68f9fa0fba7364 0.01 MB 34 154
250,339 250,339 0000000000000049d67e5bba58a72dd05a69d4d545f21acbfd58f77691d32828 0.01 MB 23 81
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.