Memory Pool Memory Pool Refreshing

4,200 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,617 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (612,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,117 295,117 000000000000000039d7e16c0961a64fb732436496d4ff19c32bc7478c5ae06b 0.56 MB 853 26
295,116 295,116 00000000000000008e0bdec3cd67ed1f80c3f2d62f340f021ccbc37e0bc245c5 0.03 MB 70 104
295,115 295,115 00000000000000006de801ec60049851be5c98d2906da3061d46aa3179a0d6ff 0.28 MB 344 25
295,114 295,114 00000000000000004fc7822d69f877f8cc5a665c7e60cef82806b6836da07305 0.08 MB 170 34
295,113 295,113 00000000000000005e50425811cbeea9b9cb2400c4c962aea24d7a9437a3b4f2 0.16 MB 99 21
295,112 295,112 00000000000000000fc1c241cd4ea9197ce1421c84e02234b8d3f7ae07016b68 0.14 MB 256 45
295,111 295,111 00000000000000001b1f0b0dc2bc0229f23880af06a12a1ae5224fec7cd753eb 0.08 MB 81 19
295,110 295,110 0000000000000000574fd160bb6029aebd29bcb9595cfb89eeae003ef911df46 0.35 MB 747 47
295,109 295,109 00000000000000004891d0a617b61eb11f654efdc8e042dc078a3ac1381088e6 0.01 MB 15 49
295,108 295,108 0000000000000000b0fdb22b3abac8fbe0ef40b84c03b96e9dcaaf3a2babcc84 0.34 MB 268 17
295,107 295,107 0000000000000000573ea13db08beee0e68277066fa7d94cd8c6fec3e0580eaf 0.35 MB 488 34
295,106 295,106 0000000000000000733a289dd2c905e4cff691e476eca1a1c6b92e84b0c03c0d 0.08 MB 170 49
295,105 295,105 00000000000000009c206ecb1333edbba97c1284ea0c2b6fdc51a5d3fddc709f 0.36 MB 615 38
295,104 295,104 00000000000000000b59d43982b5f84e6709bdd0d9340de2aae1e1e5a8357566 0.27 MB 457 37
295,103 295,103 000000000000000046404a00b7289929f95adb026d58745fa98f4ec97e07a80e 0.02 MB 48 29
295,102 295,102 000000000000000065f5b738f14f615c615b09d27c0bf1484d1deb89bc709e47 0.07 MB 99 24
295,101 295,101 000000000000000036c13e964efbfa71adbfb5ea080cc72d77456de46d502a79 0.02 MB 35 22
295,100 295,100 000000000000000089080c53e9e367b29330ec7d1d2a415935619c2eb413272d 0.11 MB 212 49
295,099 295,099 00000000000000000331897b2c37973b69f08fad25437ca8f0dce1ffa33d93a2 0.01 MB 16 2
295,098 295,098 0000000000000000ad6f51409575e464f64b8f49142d05efb306c3bc27037714 0.38 MB 509 39
295,097 295,097 00000000000000008700311ca7efa501378235742800779bd6edcd36e6f3dd3c 0.35 MB 807 53
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.