Memory Pool Memory Pool Refreshing

3,790 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (661,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,066 246,066 000000000000008198f81985765873953e3ee382ba1cec7b7dd994b6198127de 0.08 MB 185 136
246,065 246,065 0000000000000094c9814df7d5d258e55fe77ac86af9244fbd99167b36f494e0 0.02 MB 41 135
246,064 246,064 000000000000009a7a0e37ef45a199360274f3ac027ad749c33093c5a96f73a7 0.12 MB 32 134
246,063 246,063 000000000000008a9433dfb5c27540d8f388733122686d342c53107650290c47 0.08 MB 192 126
246,062 246,062 000000000000007aeb43ea2797a5ce74b4a07f7e3715c056b3d8ab8dcfb778e1 0.04 MB 80 119
246,061 246,061 0000000000000065f828e59a7d80b75dfd8c1f489a0cf532a71bb3010c1a18ae 0.03 MB 80 110
246,060 246,060 000000000000003a4b4dc01ef4c63f0d8b999a340ce58f18bf628955bdaab712 0.05 MB 102 152
246,059 246,059 00000000000000870890e61673c1ce4d70c92112ccbd53ac0a582718b81726fc 0.04 MB 111 236
246,058 246,058 00000000000000204757b5203614700dfbfdfce42072e62027cb73ff80dc36d9 0.05 MB 114 125
246,057 246,057 0000000000000038c73dd4576ca69a8bbec8761c722623b8833e6ea8c344063b 0.04 MB 99 130
246,056 246,056 0000000000000048a7618bd53eb832ab657ef3437e0bee535cbafafdbbf21239 0.02 MB 56 145
246,055 246,055 000000000000004511b10dce53e5ff9a477e6dce75158d2b60a151bfb95f5a7c 0.04 MB 93 142
246,054 246,054 00000000000000157bdbc2dce0af4a8dd9a907831d63f85ac548ef7c4fb97410 0.10 MB 252 139
246,053 246,053 000000000000006403b7c3b7b549e2bb97b0387d450fee8f63a2d5e923f525cf 0.01 MB 36 33
246,052 246,052 0000000000000096db2c689e5f4217f83d3f41fa2b8f72257561fe8149481f61 0.12 MB 341 138
246,051 246,051 000000000000000e38a63629410dc438904390f2f1f93442286ffb54f9ad8ed9 0.09 MB 180 144
246,050 246,050 00000000000000804d26e92a50ee6b77b8f3f17bd1db07e2c819b5208c976f63 0.15 MB 267 96
246,049 246,049 0000000000000096c22aab274c62408a10e33986e0bdb55bacbc45ba8fa3d48b 0.04 MB 88 105
246,048 246,048 00000000000000776822c90fe87c6b5b74800a3fc70cb6add42cff8d3932ece7 0.01 MB 17 78
246,047 246,047 0000000000000096e359ec8ba1fc7abe82ed8c1b60ad43d53a510339e5210197 0.04 MB 90 115
246,046 246,046 000000000000004a1511f8da15b5f1b54d4cd9a7ec26f1cfc548ad481c4b2bc5 0.08 MB 211 142
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.