Memory Pool Memory Pool Refreshing

757 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (844,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,686 63,686 000000000c17fd0e282508f696f5d203429163a3d1170dba41c71e21a7d69125 0.00 MB 1 0
63,685 63,685 0000000009ae6ed1fc7cc2b5cd96caf6025ed301831de5ddeb89f9c6db80f6f8 0.00 MB 1 0
63,684 63,684 000000000369a722106edfc7b19839cd33659571a475442b6b2ecf448049a2da 0.00 MB 1 0
63,683 63,683 0000000005a676c699fe2999ae3a39779bb811bedd98f62db003d7d6732844f3 0.00 MB 1 0
63,682 63,682 0000000008e4d3fc9bfafeeafc7e89293349253cbd8789240a666191b15322ea 0.00 MB 1 0
63,681 63,681 0000000009814c37c17b6e315d4d30fc8c896921b97a48965b9014fbc298eb39 0.00 MB 1 0
63,680 63,680 000000000725bf8eac4a4d465a43ef9465cb83431f6ed46c07012c08873db22c 0.00 MB 1 0
63,679 63,679 00000000086e72c7f8ffea5b2586982fadd06fe15539d97387c6b7c51d9ac043 0.00 MB 4 0
63,678 63,678 00000000069f11ad6002062f26b10df40a59316ff49badd29d7f3ad29cd7dbd3 0.00 MB 1 0
63,677 63,677 000000000844ce0f974100dea2bea458e1b0eec3ef4c1e63658a14ee83553fe0 0.00 MB 1 0
63,676 63,676 000000000189196defe59dc93458a628c09d5d5d47f88b0887ca0578560f4b42 0.00 MB 1 0
63,675 63,675 000000000cf0aa02e5686e1e19a0e69df3b52989b5462bed080103916bd73886 0.00 MB 2 0
63,674 63,674 0000000006e5af450e987bae7d7d661804c71b1ef4741c60cc5fbf0d782f5de4 0.00 MB 1 0
63,673 63,673 0000000000dc5fa30db23c52dadb4afb9fdc722c02c8d4484ee6b8430f122856 0.00 MB 2 0
63,672 63,672 0000000009fb8613b2378262495c29c9fd7b4f6986782d1853f3a0319f26c199 0.00 MB 1 0
63,671 63,671 000000000255668b8d1711f6d0d524bdf099553ded4a3949bce603ee088adcef 0.00 MB 2 0
63,670 63,670 000000000bb041d59030a0ea2a5d0e69d5e19d6a0360f467561e4fe4355bd132 0.00 MB 1 0
63,669 63,669 0000000006376b92d224415898b263365853416d8ba3608627655f18f4ac4fa8 0.00 MB 1 0
63,668 63,668 0000000005434914e6eb5dcbf1bb960934cc828cdcb798e3343ff04d1b40a6cb 0.00 MB 1 0
63,667 63,667 000000000c342f7a30cc043cde640b1d168d7da8ebe96b44472e5c0c19dfdfac 0.00 MB 1 0
63,666 63,666 0000000005b697e9efb178f73612e5766e4c75bd863506a01fbf5f66a589171a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.89 GB sent, 101.32 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.