Memory Pool Memory Pool Refreshing

63 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 55 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (592,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,529 315,529 00000000000000000771fe5ff14a9f889a49ea7ff044fdbbc7469eab10c1c1da 0.35 MB 1,271 37
315,528 315,528 000000000000000031c2ad8d7cd8571ec128fcdb6015b92aab8cc762be99db41 0.15 MB 301 29
315,527 315,527 00000000000000001c03cd83dc5239b70a68fd6b2273fa0863f45ee6a9f81137 0.43 MB 1,333 35
315,526 315,526 000000000000000003973bab9cf7328617ea8e8b557fbe23f2ba00d1a98f75c1 0.01 MB 16 35
315,525 315,525 000000000000000015aafdc72964ee41ae4f055826db111be5cf2bd8855ffc64 0.13 MB 424 29
315,524 315,524 00000000000000000f017f0d3a32fb0b357a976c1de127a3355e86e0de22430d 0.03 MB 72 27
315,523 315,523 00000000000000000ca60acaee44477004c855143b0c3f60990956bd09b39792 0.30 MB 566 28
315,522 315,522 000000000000000004f5a4b427e9af0bbcf3a4858b9a4b3df1b57371f3c7c5c3 0.58 MB 1,255 31
315,521 315,521 00000000000000000404c4fc9897c849d86d6a52135bd80a525ce349d5c46366 0.09 MB 149 33
315,520 315,520 000000000000000006dee207bd5a28c5ebb63639b3113becd4ca0b26ba38e5f2 0.12 MB 245 26
315,519 315,519 000000000000000022643c5b82558e842b2ed547f032f1cce357a7bf90583336 0.11 MB 167 28
315,518 315,518 00000000000000000e051b6aea11da8b281d33c19e2080153afe91876caffb2a 0.23 MB 421 26
315,517 315,517 00000000000000003144c7cf4c7116143d6c117930320adc777e2f02becd93ad 0.50 MB 931 29
315,516 315,516 00000000000000000c9daa7f49d677469e2dbbf3c252f0e5db8310a227ef3859 0.14 MB 334 33
315,515 315,515 0000000000000000244e5e72d71fbbfaa84ae27968b4173908ecb183e9694fcf 0.20 MB 373 27
315,514 315,514 000000000000000021fa123a10fb32719ffd593a20b7191dfdcdcda5a451f863 0.14 MB 266 27
315,513 315,513 00000000000000000a97004d27722a4ffe3e2a3870772dcedd4b645c87f79f3d 0.05 MB 73 23
315,512 315,512 000000000000000019713c13c84d73a04f38fef1ef8780038bd632162c155745 0.48 MB 795 27
315,511 315,511 00000000000000001017214e83428d337c99893d24998c243ed2ca778fe1bca4 0.30 MB 528 25
315,510 315,510 000000000000000015692908044163cade62a678f82194efc50777a72c01de29 0.51 MB 978 30
315,509 315,509 00000000000000000a6980ab1a4e67f8d2dfc3705357233fe263666af5f2ef2b 0.02 MB 40 10
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.