Memory Pool Memory Pool Refreshing

13,390 transactions
4.75 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,009 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (594,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,375 313,375 0000000000000000229f7f5771700c1a4fb1694cffbd6249a379d17a496f5390 0.75 MB 1,447 26
313,374 313,374 000000000000000000ce023d6b76d6e88373011a6266d1c6cee2dd1a8649f29a 0.75 MB 1,897 34
313,373 313,373 0000000000000000270619c5fdffe9747aa109b40346c8365b4ed92b62445eb9 0.25 MB 734 45
313,372 313,372 00000000000000002c122d8e34b2f7dd69374dbb5e0e7b235302d7e7fc57814a 0.31 MB 1,024 53
313,371 313,371 00000000000000002628d0071efe373cf5be567133fb4ee677fef0a6ff67aea2 0.35 MB 795 35
313,370 313,370 000000000000000023fe1e49f1eb337af8ca5d66accc9eb9393b9be6466b3ecf 0.33 MB 500 25
313,369 313,369 00000000000000001b6f206bf39abbfbeecfe50670ffe3724f92ffecc63e22e3 0.48 MB 720 21
313,368 313,368 000000000000000027a44ee3c76c1cfb0fe0d24492a1f3d1e3f5fdf257e9f41a 0.15 MB 512 51
313,367 313,367 0000000000000000302a3efe2cfb359da17ca85d96bed3561ee2f432c807ca30 0.13 MB 147 11
313,366 313,366 0000000000000000270172b777c4161e188b4e84b630d1c745ea6cfa41563eff 0.60 MB 740 20
313,365 313,365 00000000000000001fc476e4bec16b16e3b47cb5a6d4a8b8f56f353c5c2315fd 0.75 MB 1,723 38
313,364 313,364 000000000000000025df592020a2b25ade0d9f13a1aadde182e18531a9dcd093 0.23 MB 390 25
313,363 313,363 000000000000000035c9b96edbd21f06ef81ca49cb922420e9ed4266dc86be68 0.09 MB 106 9
313,362 313,362 00000000000000000b81d552bb530f624487ce83aeec721176ab9c9cb33fe6b6 0.11 MB 92 11
313,361 313,361 00000000000000000c3434bc17305bd2dde597b8b50d7c5cc56c141c7501087b 0.25 MB 510 29
313,360 313,360 00000000000000002c2d4729376812096905a6ea626b599462804c97c0c23d87 0.04 MB 69 12
313,359 313,359 0000000000000000266df3b30621f28b5415d576183a622aa95aa4d5d7f78041 0.44 MB 686 26
313,358 313,358 000000000000000034f66c693003326368efc28ddd4a8e678054f24a1c919d0a 0.35 MB 800 32
313,357 313,357 0000000000000000259a78b7d544023b24fc79b56edaa2e8a6eef891bab92797 0.53 MB 1,021 30
313,356 313,356 00000000000000001dc47aaffa2464a1ed8104e09bb269c07c266f69f3f244c5 0.13 MB 243 26
313,355 313,355 0000000000000000198e1d4659daf05f688b16d6316b8a53e0322f058a9e26f4 0.41 MB 552 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.71 GB sent, 93.00 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.