Memory Pool Memory Pool Refreshing

2,727 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (856,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,159 52,159 000000000fc52997be9246b014d765656edb35a0fc28d0e339c75e2fc6d37c9f 0.00 MB 1 0
52,158 52,158 000000001c2a270c7294d624f7d8baef7fc3b8791ea01624043d39d349f00432 0.00 MB 2 0
52,157 52,157 000000001a89a8d1bb6a1dba26d02ca759166394f21ce51eee5f267e210a4358 0.00 MB 1 0
52,156 52,156 0000000015154e4eefefb4ac88a6ee1fee46e262d61527be378d0154e1fd15c3 0.00 MB 2 0
52,155 52,155 000000001d1803a4c81050316ad8e12c704545e09d41444c0a4078d5e3f35294 0.00 MB 2 0
52,154 52,154 0000000010b39448463b134e03aa511b47fafbea3a8d2ce3d2002536789a5629 0.00 MB 1 0
52,153 52,153 000000000530c2bf58fd0a9025f45feb3d6063468c50f729657558e312c1b6a8 0.00 MB 1 0
52,152 52,152 00000000021da48dd82f510c40e4ee4ba0bdeb716a501f37163b5a050853f0b4 0.00 MB 1 0
52,151 52,151 00000000131c4e5a976f94399b1bfe096d9dcff0d11dfc39f87f074b59679e04 0.00 MB 1 0
52,150 52,150 00000000180ae863d873a9e7235847c4e13b83a01c5edc72d7557f9b98f6fb83 0.00 MB 1 0
52,149 52,149 000000001e1f9a2b77083b44f7db07444c58cc6633236bcebbbb232112f13e1c 0.00 MB 2 0
52,148 52,148 000000000f78e4ec89b9bf9d30f4991224cacd8f6f6108cbedc0cd23f96899af 0.00 MB 1 0
52,147 52,147 00000000194c2e2775aec4b0a502a8e848a08d787f5a84d32d2571e1bd87e2b0 0.00 MB 1 0
52,146 52,146 0000000004271032b16411018b991b54465f61d70fe16fe69ad484a42b115fb6 0.00 MB 1 0
52,145 52,145 00000000179f5bbf26a9d3cf6483d3811ffec2ef26fc61a169e5981a7fd239e5 0.00 MB 1 0
52,144 52,144 000000001ee21244e7d9c7e6f8bf2c6fa9b845555fdfff33f471f3058c548ab6 0.00 MB 1 0
52,143 52,143 000000001bd6bd418db3eff0e1f1ee4d253748537fbe42a46d9522e136fcd316 0.00 MB 1 0
52,142 52,142 000000000450878d2f95d041447dab604637662c5279166b6cc32e04cc99f5cd 0.00 MB 1 0
52,141 52,141 000000000f5f1eb6339e466a8b01d2f2958ace1d1d0a2c05464f4131ecc6cb19 0.00 MB 1 0
52,140 52,140 000000000d8efcd18e7bd3507c44fde75bbc5f1cd6afe76e1daa42e314cdc4b3 0.00 MB 2 0
52,139 52,139 00000000150a6b7c35064e0e86e036893d5d7461ff1552d1cfa50103d15c3513 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.95 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.61 GB sent, 101.73 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.