Memory Pool Memory Pool Refreshing

3,706 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (448,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
459,276 459,276 00000000000000000115fc14f6a134d2ae86a01ff18f37b350d17dd6a724e9be 1.00 MB 1,375 113
459,275 459,275 000000000000000001f2bdab67b9d80edae94f36a5974cd73958b0a9785a8a9d 1.00 MB 1,047 103
459,274 459,274 0000000000000000019dab7b45abc5641bdad7ed8e8b099e880a4c0a478c17ae 1.00 MB 1,784 150
459,273 459,273 0000000000000000016aa10c6f16add43e550f6a75dfc836e13a74d572496ffc 1.00 MB 1,209 132
459,272 459,272 0000000000000000004475232930bce3ca5d800cfe1b18337ec85d55ad3b8f53 1.00 MB 1,135 119
459,271 459,271 0000000000000000010a4d8d3d09f494f926cbf09458a89ddeffb55e8c3333b8 1.00 MB 2,281 152
459,270 459,270 00000000000000000053f6afdd4681d01ee4e11b0505d5f90c3ad92d33ad4ab0 1.00 MB 1,781 153
459,269 459,269 0000000000000000001282e29082bb470eb68623e3789adc789c0c7ca2f29716 1.00 MB 2,044 223
459,268 459,268 000000000000000001fca07b8228ebf1edb459812956972879963330297858ce 1.00 MB 1,923 142
459,267 459,267 0000000000000000001628240da3f497f0205f1ad708619822e54b985100c6d8 1.00 MB 1,308 129
459,266 459,266 0000000000000000008b5dde4ce2d9a90a350c32d85957c90ad48a81ed284e6e 1.00 MB 2,009 163
459,265 459,265 0000000000000000010dabe58d1493e9b2132e5e0fd8a5db05ccc18a84fc33bd 1.00 MB 739 123
459,264 459,264 0000000000000000011b524f5c19a3b936e1bc29f58adf08762822762d748cee 1.00 MB 1,457 140
459,263 459,263 000000000000000001c41435db387daae920d681c02ed34970fa990ac630eb2f 1.00 MB 2,488 132
459,262 459,262 000000000000000001bdd643ee033831dd9de631ba5a5c6af020a43b512ee381 1.00 MB 3,655 129
459,261 459,261 0000000000000000024088535283512ac544c2d06b6b5dbad8a4122f453508bf 1.00 MB 2,754 174
459,260 459,260 0000000000000000002ec835e73f3f101644bab5a54f22d7340547270c43353c 1.00 MB 2,586 150
459,259 459,259 000000000000000000ae12ddf24f6e305b17bbbc77769446a430357b1d93ddd7 1.00 MB 2,577 197
459,258 459,258 000000000000000000f2b1e606bf7fdbb5e3a4faf2d759ca9d4b002d23daceac 1.00 MB 2,483 189
459,257 459,257 000000000000000000e4fd59494c5e85dab8bd6899ccaff73a4caaf7100147d5 1.00 MB 1,726 244
459,256 459,256 0000000000000000022fca386d4cb6a521c04823dd605c5b81fa7321df26b3ae 1.00 MB 3,100 117
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.59 GB sent, 94.42 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.