Memory Pool Memory Pool Refreshing

1,466 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
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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (395,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,448 512,448 00000000000000000030217a29d2e0c1912fdd567479548d1737dd3c3fff8ba5 1.22 MB 3,133 24
512,447 512,447 0000000000000000001abcabe292fc7bab5a9e171f6d528f2d23c6e62e0e2ed5 1.07 MB 2,139 85
512,446 512,446 00000000000000000041031a1386dcf9d56016502ead5db1734b334459184615 1.04 MB 880 12
512,445 512,445 00000000000000000037f647be1aeef7b5cd3654f6ee53e219924d543c5e17ba 1.09 MB 1,604 26
512,444 512,444 00000000000000000031bde8afdf432a7fc962f113afe1a1270db89e42e09a3b 0.09 MB 226 109
512,443 512,443 00000000000000000003cbc976292faf3625b78af5a8e93bc24f46d2b66c0ce1 1.11 MB 1,140 15
512,442 512,442 000000000000000000274f419aca8a9042105dea304945fbb6a2cdc460b2231b 1.08 MB 1,906 30
512,441 512,441 0000000000000000001ccf3fd8d3bd210273707987c960ea7b69eff2910efd08 1.07 MB 208 4
512,440 512,440 0000000000000000003512a027b24cff2ae57ef0980e1be28e019b9b9a8711c4 1.04 MB 452 5
512,439 512,439 0000000000000000003ce26977ed19190750a2b79de980f2fff5d6b0f85cfa82 1.08 MB 2,079 23
512,438 512,438 000000000000000000022bb0eb31d0a682035e261f8bebae5cf21a60bbb3be07 1.14 MB 2,672 52
512,437 512,437 0000000000000000001619dbb562fe9185a4c6321b7f93019d2c9fe2f82bd1d5 1.04 MB 436 11
512,436 512,436 00000000000000000002c89c5aefe850969d5192faf0733eb9a80bc2a9f57173 1.04 MB 866 12
512,435 512,435 0000000000000000003d156a16065e9abdb5132a2b1e5e9f6a1b9eea4456c58b 0.14 MB 295 60
512,434 512,434 00000000000000000015694bc42bfbb3be0fa416cf5b1510714425ec171ab160 1.00 MB 124 2
512,433 512,433 000000000000000000370ba98c609298b864dddd6e991f40d143ca6aabc31689 1.05 MB 907 19
512,432 512,432 000000000000000000032914a22b8364afd7c9e7412dba7594af5c7bb9622e76 1.08 MB 1,617 5
512,431 512,431 0000000000000000004a05d3102c943dea738306aec8b48d5b8423ac31eeea7a 1.11 MB 2,064 30
512,430 512,430 0000000000000000003f2d81d6085a1badebdeed1ff1102d45e07049d47266cb 1.15 MB 2,332 11
512,429 512,429 00000000000000000009b7c1991cb671f6cd18f115f5bf1bb8de69c607d03573 1.08 MB 2,165 34
512,428 512,428 0000000000000000004dd3d35c9eb5c84760d7b690eea4ab3814cc771e7fc280 1.01 MB 687 37
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.38 GB sent, 93.42 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.