Memory Pool Memory Pool Refreshing

12,210 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (596,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,545 311,545 00000000000000003102d2e623a51b1de3e8d5c50426051d9bab554ac5b1a56b 0.19 MB 371 30
311,544 311,544 0000000000000000145c5c4854fca8d399f9259d1fd0c5ddd69101c1f58fd987 0.10 MB 154 15
311,543 311,543 0000000000000000201f80ee85d3707d23e981817694033e8ead969925691c28 0.64 MB 1,192 33
311,542 311,542 00000000000000001d5c55e8011bf768bdb711693f1308f0ec8c0d5bf6c91760 0.41 MB 523 22
311,541 311,541 0000000000000000249534ee23274780b71e0a86f0bed47299338a8bac4b9f6c 0.49 MB 628 22
311,540 311,540 00000000000000002c748789d228247c291a18660973069fd8ea675f263124ca 0.35 MB 933 42
311,539 311,539 00000000000000000ad90da813be40dfefa1f8819a285464056ad411ee8c75a6 0.22 MB 408 32
311,538 311,538 0000000000000000104bf149f185bdc88f3969bcc2a3810b98ba48ba7420deb0 0.39 MB 645 29
311,537 311,537 00000000000000003e041a9bfea20a7b5950fedd8cf8b975f6bac2897ab4101c 0.23 MB 310 21
311,536 311,536 00000000000000000cbb1aa37810b7b7ccdcec46ecbb3718ee140f8888724e89 0.41 MB 823 35
311,535 311,535 0000000000000000101ec6d7c2550cd7706223951a5075c99bb64ab2a576e828 0.10 MB 182 29
311,534 311,534 0000000000000000185fa48c5560a7905ba87a3df9704962165cc743d6bc8874 0.81 MB 1,493 32
311,533 311,533 00000000000000003df2096c46cd5bf55d4b23b301e2aedfc417ed004c7f4085 0.30 MB 552 27
311,532 311,532 000000000000000002f586610e17f57eface6dca34266436ab0916ab6b1c6e90 0.02 MB 64 34
311,531 311,531 0000000000000000247c3e455a56d07047d5e6131692a0d52d04346dd9a685d1 0.47 MB 789 29
311,530 311,530 00000000000000002e512d5c6e9208680dedc8b2a237f59d5ec80e739f0e6c20 0.37 MB 678 34
311,529 311,529 00000000000000000065883584f2ea4a8d185fd8fe94e5e5cbac8aef4cc765ce 0.57 MB 989 31
311,528 311,528 00000000000000001b246df5346221563d906b7b49c9d2c88bab5e19bbee3a61 0.08 MB 68 16
311,527 311,527 00000000000000001b910893f2752e0cbb786d6329fde9769556a53e45c7d328 0.35 MB 659 30
311,526 311,526 0000000000000000130759a977b67b0df887d4639410989b15e78fe920d0eded 0.44 MB 920 35
311,525 311,525 00000000000000003cf19a4d715d0dc92da953d27b29a972d112d9490f1c5f32 0.37 MB 529 23
Previous 10 blocks ↓
Total Size: 769.01 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,622.13 GB sent, 92.93 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.