Memory Pool Memory Pool Refreshing

5,652 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (104,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,580 803,580 00000000000000000002a871554407d98fa7f4ea5ce6fe4f94ce80d10e4cce6c 1.65 MB 3,649 8
803,579 803,579 000000000000000000003fc37ddcd79c10e0ee3ba72e7c2e9f5b06617e06c01d 2.00 MB 5,315 9
803,578 803,578 00000000000000000000747953dba0ded9b15034cc73eaf34cd4bb1d478bc494 1.70 MB 4,156 8
803,577 803,577 00000000000000000002844589ee46742eb1e3eafa05c5675f1c38dbc17d6c38 1.53 MB 2,979 6
803,576 803,576 00000000000000000004bc96d08732104f16aba6f75a5a01950f58a0b8d06192 2.13 MB 6,012 7
803,575 803,575 000000000000000000037c1dfea7ccb48a5a1298c02bde82ca785bfa1a0b9d97 1.81 MB 4,630 6
803,574 803,574 0000000000000000000267021afdde752fb889b509b67578d035e05dfde0fc97 1.90 MB 1,347 8
803,573 803,573 00000000000000000003c8aaf2a490b7d0f6ab5c1860a4a1d80cd14b5f5efaed 1.57 MB 2,831 17
803,572 803,572 000000000000000000004761366b6f590885122e8c43a23a623a03f595b58bee 1.81 MB 3,789 7
803,571 803,571 00000000000000000004dba5c53b17f4c577c1d61a9340c589998b854ad98053 1.76 MB 2,400 11
803,570 803,570 00000000000000000001a3770b89a6452560abe79773165fc671c59cd49333e1 1.51 MB 2,037 9
803,569 803,569 000000000000000000011d024740118a09b187822e3f2a6a6658ff2b93345b87 1.57 MB 2,288 15
803,568 803,568 000000000000000000020d453628b4918b470d9e5bda4227dfe4beaa62ad82a6 1.60 MB 2,603 15
803,567 803,567 0000000000000000000046a1b1edebf8ea8b158a56e4cf5f730d9612e7619d29 1.89 MB 4,379 8
803,566 803,566 00000000000000000004906070cb0a78a9992a03883c908e5e682942ecd5396d 1.60 MB 2,361 12
803,565 803,565 00000000000000000003d850c1027a65e97826c2dcc8f1d8ef0c614c161611ad 1.61 MB 3,636 7
803,564 803,564 00000000000000000004ddc16cbf6823f64f57f00857e70aec97b187df1fc9be 1.67 MB 1,380 10
803,563 803,563 00000000000000000003fef8ebea833578fc8224192d6d6e06f95864549d63b2 1.73 MB 4,060 6
803,562 803,562 00000000000000000001d659d79926de514433a0b1982e1bf52b8c144631fc5f 1.67 MB 3,946 6
803,561 803,561 00000000000000000002b00d80abf58a14c79a9ea543b2d3931357837d3b1154 1.70 MB 3,239 8
803,560 803,560 0000000000000000000032c008a1ea713e7a2a958503c7c269701f502b80e5a1 1.37 MB 2,032 12
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.