Memory Pool Memory Pool Refreshing

3,241 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (321,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,721 586,721 00000000000000000001ae5d475c94076b2b1f89b45152327c51dc1fa10e28fd 0.81 MB 2,025 28
586,720 586,720 0000000000000000001ceb6468c9f047f60ba7aa5419842d703bc9ed61bcdf0e 1.12 MB 2,469 7
586,719 586,719 0000000000000000000151fa6ae58816635be4833b9ba4cf6b22e0e75fb50a85 1.26 MB 2,797 34
586,718 586,718 00000000000000000005e0a99eee033f56df9bf6d3087a462fd4fc16b8141c40 1.34 MB 2,861 62
586,717 586,717 0000000000000000000969710be713e5eef37973a4b4461e1123dced86046a24 0.46 MB 1,177 45
586,716 586,716 0000000000000000001dbc2950bcf74c7dd9ca174ca2e9da1790240678fcac6c 1.08 MB 2,711 28
586,715 586,715 00000000000000000003674e47b55582dbf8731f4f676622e55fd435cd7d1710 0.85 MB 2,328 10
586,714 586,714 00000000000000000012e01b806f3c0a3af8090a126ce06253e798e5ee20a111 1.26 MB 2,292 56
586,713 586,713 00000000000000000008362e46f26a98f879d37ac749caf3a51742adf0985ab8 1.31 MB 2,944 43
586,712 586,712 0000000000000000001e2506a7d13649e68add03963b3f0248746692bd6b309f 0.68 MB 1,716 7
586,711 586,711 0000000000000000000343d54e35cfd124b1dda2531156c531462f0c2de7ac8e 1.29 MB 3,270 45
586,710 586,710 000000000000000000087f9bd1882f2e9d0df627e8ba8d1a973c0f351b972086 0.33 MB 734 18
586,709 586,709 0000000000000000000d69924f166ca5136c2472495e6fc001de13cc8a7b7a84 1.13 MB 1,915 4
586,708 586,708 0000000000000000000fa48aab3be92fd8c1510b5b6d24dc58e56ac990fa89dd 1.37 MB 401 5
586,707 586,707 00000000000000000017a33258be21636d27cb058e54eddeda9d5b6e1f22b166 1.13 MB 1,415 19
586,706 586,706 00000000000000000011072cc008eca9fef52b58e47843e1c668ed58b9b2e42c 1.19 MB 1,899 20
586,705 586,705 0000000000000000000ee441b146027628323cde6b8201ae03b498c4c6f2fd9a 1.13 MB 2,131 5
586,704 586,704 0000000000000000001c3479cf26279237396aa27471ed6a6eed002784daa449 1.09 MB 1,759 11
586,703 586,703 00000000000000000001e4a276850718dbb2c9b580c967a4bf7dff19fecf8013 1.32 MB 3,079 54
586,702 586,702 00000000000000000014141b346f6ed1cfdddb5c17ff4de2567bf7cde49146bd 1.04 MB 1,018 12
586,701 586,701 0000000000000000001f305d0fd5308e0fe4c0bf778070f1fa6ded6ced187989 1.24 MB 2,533 40
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.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.