Memory Pool Memory Pool Refreshing

2,261 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,671 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (78,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,774 829,774 00000000000000000003535204d444c00e9ca003ab2df03308a5fe8c9dfa610a 1.85 MB 1,750 22
829,773 829,773 00000000000000000002b68ed02697e9b0bb5606764f642129ee73303bdfbf24 1.51 MB 2,653 35
829,772 829,772 0000000000000000000097eb4630cbb613e8ce395f34bb6af39fe30650548bca 1.40 MB 1,803 31
829,771 829,771 0000000000000000000125c2bb0555490a7756cf6a3030c45aabf8e0478ab43d 1.72 MB 4,971 24
829,770 829,770 00000000000000000000d972a503411958f727ad0d783b2bf9e495f373777c64 1.79 MB 4,584 21
829,769 829,769 0000000000000000000325167b794224e4cc5e8c377a9102ab0fa3d9bc7d349e 1.61 MB 2,765 28
829,768 829,768 0000000000000000000105e717d10ce7982543c5d8b1adcf4b7edbc827b6fc1a 2.57 MB 3,604 20
829,767 829,767 0000000000000000000094d95c1bef0f9e8bd7fa6ac990dc3b17a0bd3fb11811 2.43 MB 4,263 20
829,766 829,766 00000000000000000003aa35aa337de3b8b05c04e78ac55b55c4b319962bd37e 1.73 MB 2,670 29
829,765 829,765 000000000000000000002759e2ce3c7571cf44e1185627bbb6af343a1a912003 2.13 MB 3,746 23
829,764 829,764 00000000000000000000121257c00b892a47c54f820f9163cae4a60ed5f3e65b 1.69 MB 2,691 24
829,763 829,763 0000000000000000000205f831d30e3d688d424ac5f1dc0205f6319d12bba2d3 1.53 MB 1,100 23
829,762 829,762 00000000000000000003426b5b9fbb20b7ac9765a0eb8591b47c6042f6408dcc 1.62 MB 1,439 24
829,761 829,761 000000000000000000013dc27ce44e21f437169286979affbf08b9790c55d8a5 1.78 MB 1,269 24
829,760 829,760 00000000000000000001d80210a9c44b2638ea88f12ba1bfc680edbc65a4d165 1.93 MB 251 20
829,759 829,759 00000000000000000000bdccbe483133c276e295dfb68bb80e9c55243b23e7e2 1.81 MB 2,665 29
829,758 829,758 000000000000000000035062abde56f91d167160a298ca2dc6abea5a9d3a7a16 1.73 MB 2,739 26
829,757 829,757 00000000000000000000ba625332942a3540ccf56f37a5cd8d0af2f91eb5b660 2.00 MB 504 21
829,756 829,756 000000000000000000022df92a5537673d4b67025b679599ddbc18c0ff762b54 1.88 MB 1,302 23
829,755 829,755 00000000000000000001a3f14f0c5b7c8bf020dfa9025db235215aae1de3686c 1.03 MB 166 20
829,754 829,754 00000000000000000001dd73dd5bb8dbb9a93897dfa9ce1e27253cc0336ed435 1.27 MB 1,176 24
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, 114 incoming
  • Data Transfer: 1,642.67 GB sent, 94.44 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.