Memory Pool Memory Pool Refreshing

7,563 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,644 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (586,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,756 321,756 000000000000000020155f1207476d17a8a7d337edc8ec84b4d8a7d700d7e633 0.39 MB 770 31
321,755 321,755 00000000000000000af4e37744c1f3a868cdc878ee26f7dc6a57660e19556307 0.03 MB 68 31
321,754 321,754 000000000000000004bcc6344779f9c45259b2c53e0c40b49276bbd38c804e69 0.18 MB 242 41
321,753 321,753 000000000000000019d70b27abceb48da8246d31e9efe040f8ef6d08036c0d26 0.30 MB 482 28
321,752 321,752 00000000000000001014b30bbf3a6da1803c08b45eb8158f0b75c2efba6ec762 0.30 MB 558 33
321,751 321,751 0000000000000000188a62f1d9c6e6219498339806a3de892418f2ea9be0aa43 0.01 MB 17 38
321,750 321,750 0000000000000000240a4480fe2cacfa1b3af76b4af6c32701768bae4746e48d 0.19 MB 439 24
321,749 321,749 00000000000000000454bfc4384cb08f923bb9339cbe8f794c591ee6edf171c5 0.03 MB 51 19
321,748 321,748 000000000000000009faf4310194c22202733d0006f542c41e6275f28516971c 0.35 MB 715 31
321,747 321,747 0000000000000000190af3fb1f9e591a54d8400226ca9a3307415c879e2acdd3 0.02 MB 53 16
321,746 321,746 00000000000000001a8ba3d3ec8c4fa075d8fce145cb228fa75385e75deebeff 0.05 MB 132 38
321,745 321,745 000000000000000013be7f49137d2fa6f27eb6bdd02a2e1ce6819766aa60f2f7 0.35 MB 595 23
321,744 321,744 000000000000000001fb6e280449b6ab460f217607870fab00814c3d3b879548 0.18 MB 512 50
321,743 321,743 0000000000000000163e17d3817bd1522fd309290054f493c46446ffcce6b043 0.09 MB 118 28
321,742 321,742 000000000000000012b8d6bd5ed9ed1b021d3d12f5eade4bccbd9e9b0eafd20b 0.25 MB 481 26
321,741 321,741 000000000000000009769d9f73134d5c3677b2e8f6c2d25cd6ce6308e0d414f7 0.07 MB 172 36
321,740 321,740 00000000000000000824f4836b6f1f255a5a7d64ae159c3a35279494cacf6d09 0.47 MB 648 29
321,739 321,739 000000000000000006e29ab81b4f505e0b87a4ab605c40b4399f196bfc4efe46 0.00 MB 1 0
321,738 321,738 00000000000000000e66ef67f02172fcf655582358a74af04d99e3d4e7eba57f 0.23 MB 367 30
321,737 321,737 000000000000000017bd8463b7ee60a517e5d6318d4f7c0d2c34d26f448e412a 0.09 MB 142 24
321,736 321,736 000000000000000017890dc9fcf4e5befd8819788157f8af014245a8f286d817 0.03 MB 62 21
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.