Memory Pool Memory Pool Refreshing

3,571 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,342 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (48,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,064 859,064 0000000000000000000273eef000bb6d72a4c2c86ef190980047fb2e1bd4db3c 1.65 MB 4,324 5
859,063 859,063 000000000000000000029b94f4755f8818fb9b356e51a094e9c107d88d878478 1.67 MB 3,291 7
859,062 859,062 00000000000000000000b26bade540152a714dff475ebb12e7941c6b0a538c2e 1.67 MB 3,466 5
859,061 859,061 00000000000000000002ec04428c6154f2aa0b0eb9c7a523b2ca8f9e0448a480 1.47 MB 2,787 13
859,060 859,060 00000000000000000001e9e22855011b3e1132743b522c45a81d042fb4cbd872 1.60 MB 6,657 3
859,059 859,059 00000000000000000003009b623fe232f3999114dc66b5fd7571d3b2c70ef2b7 1.47 MB 5,878 2
859,058 859,058 000000000000000000019e7361183a784611adc438f50c052f30358274a0f9c2 1.66 MB 4,279 5
859,057 859,057 00000000000000000002cb0b1f949d232fb479a9b4e56f66048b16110035370c 1.54 MB 3,281 9
859,056 859,056 00000000000000000000dcf43d9b0e79e9ec8ab26d6f42f9d945ce212e0b5931 1.65 MB 3,317 3
859,055 859,055 000000000000000000000d3ce4edf0678c7282deaf37428ed33d803bfda5d0a7 1.66 MB 3,577 5
859,054 859,054 0000000000000000000074efd8832cf4bd9d9dd117db69184806ae5a1dd1720f 1.57 MB 3,377 10
859,053 859,053 000000000000000000016424d235448c146698d5baa457ddb63047463909b134 1.65 MB 3,225 3
859,052 859,052 00000000000000000002259a7d036de206edb720ef1ed7fa54e1af8231a0c3b7 1.44 MB 2,766 7
859,051 859,051 000000000000000000029a824d22e0e752918048fc99591fd243a8eb437d1199 1.70 MB 6,044 3
859,050 859,050 000000000000000000030fa6e06d800e8b517605febfbf5fc974fd93be28576c 1.64 MB 6,857 3
859,049 859,049 000000000000000000021342d20a64e77c77fcdbbaa95821575537869aaebc25 1.59 MB 4,204 3
859,048 859,048 00000000000000000000c0b94bcbdd7cf1afabaf76e5ec69e5446bd378b01bc3 1.70 MB 3,099 4
859,047 859,047 00000000000000000001f3c5b08114bec45e634a661e49963afea5d2f03484b3 1.71 MB 3,203 5
859,046 859,046 0000000000000000000053ea695c84e2cd114997951fab2bc4124d2c4888812b 1.74 MB 3,092 5
859,045 859,045 00000000000000000002bd2b74186972e38a24493cabe16a4bf02676dfacb0da 1.61 MB 3,330 9
859,044 859,044 000000000000000000024c56628c1871248a08e10b7a9b6a11c8e731c76f1378 1.27 MB 1,606 7
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.