Memory Pool Memory Pool Refreshing

9,956 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (8,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,540 899,540 00000000000000000000b1c6d2ab523b2ea43b010a53432ad5bff2f39076d610 1.44 MB 2,864 2
899,539 899,539 000000000000000000010eb057c6836ea6d6f3f0acf98d2f2c93135789600e95 1.47 MB 1,838 2
899,538 899,538 00000000000000000001d361c39aa2fdbe63c2876d62671ed6cdb7f99996ee4a 1.89 MB 3,140 2
899,537 899,537 00000000000000000001eabdacc22e2cdb08d7bd1cae3e1db1f418330f7f02ab 1.51 MB 3,055 3
899,536 899,536 0000000000000000000179e47267f27a17d052c3b2cdcf12956f0b1a0b452aa7 1.58 MB 3,419 5
899,535 899,535 00000000000000000001d154589092986bc1edc15d7cf7684dcd8c557e362498 1.57 MB 3,179 5
899,534 899,534 000000000000000000016a9b5e0bf4ab4a59d96ec2731f4402a3cba99d2811d3 1.62 MB 1,381 1
899,533 899,533 00000000000000000000367c9eee0e6f50b53a7971792728f5a28a25dbc51364 1.65 MB 1,542 3
899,532 899,532 00000000000000000000003d88417510c0d9143b214d1adedd7e62c5daee36b7 1.82 MB 2,546 2
899,531 899,531 00000000000000000001c09ea63849cba76edc4a1d8eeea8a453fe515353b21f 1.74 MB 2,511 1
899,530 899,530 00000000000000000000db5c9c6ef1f740eb828b68cf4d64936ccf7bc14d5894 1.44 MB 2,792 3
899,529 899,529 00000000000000000001de9a1b72fa4e4226521e45f4d707a11be2f43cb6174e 1.68 MB 3,412 4
899,528 899,528 00000000000000000000e5f226144a390a0ae805c7795d22744d27816bb06fae 1.59 MB 3,391 3
899,527 899,527 00000000000000000001886ef2fbc153a3fdf9a53b5739acc8826c4dd2fb14e6 1.17 MB 519 2
899,526 899,526 00000000000000000000d6a06d2d46be7163d169d4ceee48e9b976a9e82893ca 1.19 MB 1,010 2
899,525 899,525 00000000000000000001605aa4f412f9bc72a000e8471fe7edd44f06121fbe01 1.59 MB 3,983 6
899,524 899,524 00000000000000000001df3cb8ce642071c136b6f351708086d9466992b6b8b7 1.28 MB 736 2
899,523 899,523 00000000000000000000a51de065bc31c1b30d8c8cf1a388e83cb2072cf49bd9 1.55 MB 1,584 2
899,522 899,522 000000000000000000022c9de1adc3366f0c537e80a9e561f1cb98858e1d3775 1.59 MB 3,962 6
899,521 899,521 00000000000000000000b8efb7d1f15eed8ba7676a4f2b5f790fc1b848eb49bd 1.57 MB 1,659 2
899,520 899,520 000000000000000000004668959284b3dc44e7a223315d742cb15cf5653e067a 1.95 MB 1,694 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.