Memory Pool Memory Pool Refreshing

4,616 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,459 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (838,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,641 70,641 0000000000ebe4775ab237c964b6f391e704354adcf8a703e659d0b277effc01 0.00 MB 1 0
70,640 70,640 0000000000a8fe134267f6bc303bb0b748078cf11ee8f68c570481bf6cccedad 0.00 MB 1 0
70,639 70,639 000000000074ba185003e4ad8ba5aa0eedec1d41f8ea5207940b59f6ca383e78 0.00 MB 9 2,262
70,638 70,638 00000000010304a956638686c6c5ac32b2dc5eeb0e42ae18ca6732a679419460 0.00 MB 4 2,590
70,637 70,637 0000000000dcbb289ac4ad5fca615084cb00173f2b3811bdb967d0474a4fe1f2 0.00 MB 2 3,861
70,636 70,636 00000000009bfcb90b642456249bf24d8cad57a8c57c35e1b0ee583db96da63f 0.00 MB 3 0
70,635 70,635 0000000000320d52e0bb59fcb2a47c4d0c4e8b839b6e4f1b7b150fb21c19a229 0.00 MB 3 2,066
70,634 70,634 000000000024348bbff88fb4c9e19c2658089ec49d1d43501c31df60969365a7 0.00 MB 1 0
70,633 70,633 00000000007f61875f4d4323f6d0238372a6d745e6d7ef04816552b113a25e0a 0.00 MB 1 0
70,632 70,632 0000000000d3739813f7e7f2ccc6f4f3e4a2051416799ee7a203d63f78ee6372 0.00 MB 2 0
70,631 70,631 0000000000aadc694cbc6ac857d4f81cc19ffde034535977a27b8859e45e8968 0.00 MB 1 0
70,630 70,630 000000000104ef162bf5119a7e35488e27aa609afa7b18838375c384e12b0660 0.00 MB 1 0
70,629 70,629 00000000005f1ce8e4e3d2e894dee9539479ed7e623f6b851d9a2a60d86d51d3 0.00 MB 4 2,176
70,628 70,628 0000000000fedbeb0c9a460d54fc005105067f4ee74ffb0c1b228fe71027ae23 0.00 MB 2 0
70,627 70,627 00000000006e9305935d4d3d317ae65bc2993a58a1519d41840f48364f71aec6 0.00 MB 2 3,891
70,626 70,626 0000000000a334fc8f973331fd3a9d15b364de112979df57924bc6ba54ca556a 0.00 MB 4 2,583
70,625 70,625 0000000000ba1e241105fc0c50902e181d2a6f9bf76f5f33ef1df74c39c2c630 0.00 MB 4 2,583
70,624 70,624 0000000000b042ce5c9c0640407e207fae9c6ac16d03458d58a83ce532ae1954 0.00 MB 3 829
70,623 70,623 00000000006001286a2cd5baed415320db67c59b926e09a5069a282692c165a7 0.00 MB 1 0
70,622 70,622 00000000008dbeeb948133a8cac74e536ceb7db0a3d96350eaee5fbd17da299a 0.00 MB 1 0
70,621 70,621 00000000004cc3296f180848cb0f01590797781d4e452fedb8bba72e1d651244 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.