Memory Pool Memory Pool Refreshing

4,641 transactions
1.30 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
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (600,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,324 307,324 000000000000000048b410bb5bf2eb293249d3356dc9c0ecd1b84dc5e1c8f40d 0.07 MB 97 27
307,323 307,323 00000000000000001bcee263e5d7eb99f912dba8b5b91b44e107be2923bc1f08 0.35 MB 549 27
307,322 307,322 000000000000000033153044eac11ca5f0d807fe9e6178fedcfd1b5657350956 0.23 MB 362 28
307,321 307,321 000000000000000004500a5db8e3cd14972323b04816957fd1c6b3eae7fe78f2 0.22 MB 369 26
307,320 307,320 0000000000000000314572022c6257f99080dec5a503fc0eea423beed388da8a 0.47 MB 274 14
307,319 307,319 0000000000000000349b5b204d98fcfda761011b337b863aed8b53fc3b80bba8 0.25 MB 661 43
307,318 307,318 00000000000000000685469a3e6297a1f01e7d26e89aa533e64415825a5c2ba4 0.35 MB 635 30
307,317 307,317 000000000000000046ea762d39b2e47b2d357d6bddd23f2b3ab0d12a4edf94a9 0.35 MB 459 23
307,316 307,316 00000000000000002608c94093a4fb3a4b2c756a60404cb73e36df513742a9f5 0.01 MB 29 27
307,315 307,315 00000000000000003d67f33a454d14b22d0c22ed18fe7d31b228c09e8afd1540 0.02 MB 48 29
307,314 307,314 00000000000000003a64b5a2f0a58a77d9eeac7b472680a4ff3296769cd28fa7 0.19 MB 353 26
307,313 307,313 0000000000000000187a2bbfca1eb201a88324867691279f8865c834c659d3f4 0.01 MB 32 27
307,312 307,312 00000000000000003bcdca9ff67e5fc156bd4cd141c1ad9cc88d783ad1f1998f 0.04 MB 46 19
307,311 307,311 00000000000000004720af78e7ccc03af5e8350ea0715fd772c10b3109a37c4e 0.21 MB 273 26
307,310 307,310 0000000000000000426049c4ba8018c7c14d2176053942c6ac6481c7f5b7ad6f 0.01 MB 20 27
307,309 307,309 00000000000000000128b62458b9d9313e6f2193a44e4e935caf954eb0547a21 0.19 MB 341 21
307,308 307,308 00000000000000004186f3589f28bf73f4718948307065cf717a8e503c0b74d0 0.01 MB 9 25
307,307 307,307 00000000000000003f90123fab5b8b5402069eb53982ab348b06f8cf322cc109 0.16 MB 171 20
307,306 307,306 000000000000000011cee82ba06c35dd4e62197b712edebb6a3e7b75e6e4ef27 0.05 MB 82 23
307,305 307,305 000000000000000028bb663cf7f115dc27166fb53b67c87a7b4128e5128a62b0 0.11 MB 157 25
307,304 307,304 00000000000000001968a5e2c71ebce645d181982946ff88d488dccffede0898 0.01 MB 23 25
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.